Expandable refers to a property of some UI elements which can be expanded by a user gesture such as hovering or clicking on them.
Questions tagged [expandable]
301 questions
4
votes
1 answer
how to expand only textview in android
i am trying to expand textview in android, i have textview with some bulk content, my requirement is to display only two lines from bulk content with finishing (...). if i click it, my full content will has to display. how to
achieve this. could…

dawood rizwan
- 183
- 1
- 5
- 16
4
votes
2 answers
Expandable GridView height does not expand to the content's height
I am using this ExpandableHeightGridView class where the GridView"supposedly" stretches to the content's height since I am placing it inside a ScrollView. This works fine if my GridViewitems are complete but since my GridViewitems are dynamic, it…

Compaq LE2202x
- 2,030
- 9
- 45
- 62
4
votes
2 answers
Java Swing accordion in Nimbus look and feel
While I was reading Oracle Swing documentation, I came across this example of a set of components displaying the Nimbus Look and Feel named SwingSet3. I'm new to Swing. Can someone tell me if the accordion in the sidebar is a Swing component or…

Tarik
- 2,151
- 4
- 19
- 26
3
votes
3 answers
Empty expandable treenode in C#
I want to create an expandable empty treenode in C#, i.e. a treenode which is empty and has the [+] sign beside it. The reason is because initially it is empty, but once a node is clicked, I want to populate it with many child nodes.
The only…

dnclem
- 2,818
- 15
- 46
- 64
3
votes
2 answers
Debugging in pydev - how to make python objects expandable - as in java debugger?
Especially standard types like dictionaries and lists - e.g. imagine you have dictionary of dictionaries of lists - then when you go over some variable (in debug) - the debugger will show it as static object.toString() representation instead of…

user1056255
- 91
- 2
3
votes
1 answer
How do i create a simple expandable list in android
i want to make an expandable list in android ( with only one group ) that has item1, sub-item1, seperator, item2, sub-item2, sperator and so on..., where item1 and item2's values are taken from an array of numbers and sub-item1 and sub-item2's…

Andy Lobel
- 3,356
- 9
- 31
- 40
3
votes
0 answers
Is it possible to user flutter_markdown custom builder with expandable widget?
I want to represent markdown string as expandable widgets with title and collapse content. I use the expandable plugin to create widgets with collapsed content and the flutter_markdown plugin to render content under the title in collapsed area. But…

RareScrap
- 541
- 1
- 7
- 17
3
votes
3 answers
expand menu to expand/collapse all menues regardless if they are expanded or closed
I have 4 expandable menus and 5 buttons. Collapse first button expands/closes the first menu, Collapse second button expands/closes the second menu and so on.
As it is: Button Collapse all for each menu closes it if it is expanded and expands it if…

seyet
- 1,080
- 4
- 23
- 42
3
votes
1 answer
How do iframe busters for expandable ads work?
I have some questions about expandable ads and

Steve D.
- 39
- 1
- 8
3
votes
2 answers
Create an expandable list with react native
I am presenting a list of items with this code
Categories
{data.categories.map(category =>
…

j.doe
- 4,559
- 6
- 20
- 31
3
votes
1 answer
angular ui grid with multiple expandable levels and merged cells
I have a plunker.
I'm using angular-ui-grid with 2 levels of expandable rows.
People - expandable
Friends - expandable
Pets - regular
The People level has this expandableRowTemplate

stombeur
- 2,704
- 22
- 45
3
votes
4 answers
jQuery beginner - accordion menu, but jittery buttons
I built an accordion FAQ menu as part of a personal exercise here
There's a slight jitter/shake when clicking the buttons that I can't seem to solve for. I've searched Google, but to no avail for something that works. Any ideas?
Also, is there a…

Chip
- 633
- 2
- 6
- 14
3
votes
0 answers
expandable ongoing notification?
I've got an expandable notification (Jelly Bean, mostly borrowed from the Notifications API Guide), as follows:
myId = 1 ;
numUpdates++ ;
myInboxStyle.addLine ("some string") ;
Resources res = context.getResources () ;
BitmapDrawable drawable =…

Paul Biron
- 161
- 1
- 3
- 7
3
votes
2 answers
jQuery Masonry overlapping divs on slideToggle event
currently i'm experiencing a annoying bug with the jQuery Masonry plugin.
Here's the deal: i want to do a two-column FAQ page, where i float the divs with masonry.
Inside this div is a h3-Tag, which will trigger a slideToggle event, and expands a…

Vinzenz
- 31
- 3
2
votes
0 answers
expandable list not scrolling
hy, i have an expandable list on a scrolling view.The view is scrolling , but my expandable list is not scrolling. any advice, please?
this is the code for list.I also set the scrollable property of the list in properties to true, but no result? the…

Platon George
- 21
- 2