Questions tagged [expandable]

Expandable refers to a property of some UI elements which can be expanded by a user gesture such as hovering or clicking on them.

301 questions
2
votes
1 answer

How can i move textfield down When UIView is expanded (Swift)

This is my code in viewDidLoad() override func viewDidLoad() { super.viewDidLoad() expandView.frame.size.height = 36 } When i Press Expand Button @IBAction func expandPressed(sender: AnyObject) { if(expandView.frame.size.height ==…
2
votes
2 answers

Visibility of expanding last view in the expandable RecyclerView

I want the things in the last expandable item to be fully visible when it is clicked,Now what is happening means when I click on last item it expands down, but I manually need to scroll up again to see the the things inside the expanded item.How…
Vineeth Holla
  • 841
  • 7
  • 11
2
votes
0 answers

Angular UI Grid expanded subgrid remain expanded after refresh

I am using the Angular UI grid to display a grid of data, with subgrids that can be expanded. When the subgrid(s) is expanded, if I hit the refresh button to refresh grid, the subgrid(s) become unexpaned (basically back to its original state). How…
2
votes
4 answers

Expandable UITableView cells showing datas

I have some sport matches cataloged by year, and for every match I have the final result, the match date and the scorer(s). I'm showing those matches in a 'Table View', like this: So what I'd like to achieve is: when clicking on a cell, show the…
fabdurso
  • 2,366
  • 5
  • 29
  • 55
2
votes
0 answers

Horizontal RecyclerView with expandable height

I would like to reproduce this behavior on Android This is a simple horizontal RecyclerView where all the child items can be expanded with an animation. https://www.youtube.com/watch?v=JI323jA67x0 But unfortunately, I don't see how to achieve this…
Waza_Be
  • 39,407
  • 49
  • 186
  • 260
2
votes
1 answer

Android - Expandable View control

I am looking for a Expandable control for Android. I do not mean Expandable List View though. I wonder if there is already such a control as for example the one that is used in BBC iRadio that slides in and out a view. But in this case I need a…
Jakub Holovsky
  • 6,543
  • 10
  • 54
  • 98
2
votes
1 answer

.NET PropertyGrid: Create Expandable item when value is null

I have class (ClassA) with some public properties. One of the properties (ClassBValue) is of a class type (ClassB) which has some public properties, too. Now I want to show ClassA objects in a PropertyGrid. I use the…
Marco
  • 61
  • 1
  • 3
2
votes
4 answers

ASP.net 2.0 Gridview with Expanding Panel Rows -- How to build Panel "on the fly"

I'm currently building a Gridview that has expandable rows. Each row contains a dynamically created Panel of Form elements. Right now, I have a javascript function that expands (or in my case, makes visible) the panel when an Image is clicked on the…
jlrolin
  • 1,604
  • 9
  • 38
  • 67
2
votes
1 answer

CSS expanding section with min-height 100% with vertical centre content

I am looking for an elegant solution to be able to have sections with min-height 100% (window height) where the div expands to fit the content IF the content is longer than 100% OR the content should vertically centre in the div if the content is…
Jack Wild
  • 2,072
  • 6
  • 27
  • 39
2
votes
2 answers

Relatively Positioned expanding div's content not pushing down siblings

Sorry for the confusing title! I have a list of expandable divs that, when clicked, show a child div, with content inside of it. The issue I'm having, however, is that despite the parent and child divs all being positioned relatively, expanding one…
sven
  • 121
  • 4
  • 11
2
votes
1 answer

mraid.expand() not working properly in DoubleClick studio

I'm trying to upload a mraid project to Google's DoubleClick studio and notice the mraid.expand() event is not working properly. The ad is meant to be an in-app expandable banner, and basically after the very first time, mraid.expand() will not…
beichenfan
  • 151
  • 1
  • 6
2
votes
1 answer

Changing this hide/expand script for accessibility

I'm using the script below to show/hide text in an FAQ format. For accessibility, this won't work. Those who navigate with a keyboard won't have a way to expand the text because the element you click on to expand/hide is a heading, not a link, and…
Nathan S
  • 283
  • 1
  • 5
  • 17
2
votes
3 answers

Android's Expanded Notifications - Both Standard ContentView and custom BigContentView after expansion

I've made a custom RemoteView in JellyBean, as described here, and set it as the bigContentView of a notification. notification.bigContentView = customNotifView; I'm trying to have the custom layout placed below the standard contentView after the…
2
votes
2 answers

UIViewController in storyboard with nib file

Hi can I ask if can I mix the xib with my UIViewController in storyboard? Like they share a controller in their files owner because I'm planning to create a expandable view by using nib as the expandedview and I want to pass a value from nib file to…
RonPelayo
  • 376
  • 5
  • 22
2
votes
1 answer

Checkboxes/radiobuttons unresponsive in expandable list form

Edit to answer: OK, so it seems this problem has come up before. The key seems to be in the return false; statement in the js prepareList function. I commented it out and now the code works fine. For more information and a more complete answer, here…
gargoylezoo
  • 123
  • 6