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
0
votes
1 answer

Populate Expandable listview, child list with SQLite database content

I want to populate expandable listview, child list with sqlite database content. For Headers, I have added the value through my MainActivity. When i try to run this code, i got error in class cast exception "java.lang.ClassCastException cannot be…
0
votes
3 answers

Expandable paragraphs with HTML and CSS

I was wondering if anyone here would be as so kind as to help me out a bit. I am looking to make expandable paragraphs for my client's website. They would like to keep all of the content from their site, which is pretty massive, and they want a…
user3704175
  • 37
  • 2
  • 7
0
votes
1 answer

Highlight currently selected node in expandable tree angularJS

I want to highlight currently selected node in the tree. That means I want to unhighlight previously selected node (if any). I don't want to visit whole tree and deselect the node if already selected. Please find current implementation at…
vijay
  • 2,034
  • 3
  • 19
  • 38
0
votes
1 answer

How to create an expandable row in gwt

As seen on the right, I want to create an expandable row. I am confused how to use TableCellBuilder and/or buildContactRow. Could someone give me any pointers or point me to a tutorial I am thinking of using a disclosure panel.
Akshat Agarwal
  • 2,837
  • 5
  • 29
  • 49
0
votes
0 answers

d3 Expandable SVG container for collapsible tree

I'm new to d3. I have created a collapsible tree to create an org chart which uses data from a database and mostly works great. The problem is the svg is a fixed size. I don't know how many nodes / levels will be in the org chart as it will be used…
Paul U
  • 1
  • 1
0
votes
1 answer

JavaFX: iTunes-like, expandable and collapsable Panel

I would like to create something like this in JavaFX: The Panel with the song titles is expanded and collapsed by clicking on the album cover. The other albums are moved down when it's expanded and up again when collapsed. What would be the most…
jfkint
  • 119
  • 3
  • 13
0
votes
2 answers

Increase the width of RelativeLayout

I have two layouts - 1 RelativeLayout and 1 CustomScrollView. The scroll view is placed below the relative layout. I want to increase/decrease the size of the relative layout when a user taps on it and also move the scroll view…
Alin
  • 1,044
  • 6
  • 20
  • 42
0
votes
0 answers

Expandable ListView Get correct position of parent

i need to get the position of an groupView by clicking on a button in the child. some kind of: Parent -child -child -child <-Button witch onCLickListener in ExpandableBaseAdapter class Parent -child -child _... i've been searhing for…
team17
  • 796
  • 1
  • 8
  • 30
0
votes
1 answer

Android ExpandableListView with button

i want to use expandablelist with scroolview how can i do this (one screen 2 action ) top --> horizontal scrollview (some image left to right) down --> expandableListView (top to down) | screen horizontal scrollview (some…
0
votes
2 answers

Expandable UIView in ScrollView in iOS

How can I make my UIViews to expandable/collapsible UIView embedded in ScrollView. This is my mainview and when the user taps on the button the view automatically resize(+200 height) itself and the views below it will automatically adjust so as…
RonPelayo
  • 376
  • 5
  • 22
0
votes
0 answers

Expandable list checkboxes disappear after collapse all

I have a form in a javascript expandable list. In several of the headers I have checkboxes and radio buttons. I also have an expand all and collapse all button. My problem is, after clicking the collapse all button, if I click on a list item the…
gargoylezoo
  • 123
  • 6
0
votes
1 answer

Coming back on a page with the same quicktab and fields expanded (items do not remain expanded)

I have a website with Drupal 7. On one page, we have two quicktabs (using quicktabs module), under each quicktab we have expendable fields. Those fields are expandables thanks to this…
Emeline
  • 13
  • 1
0
votes
1 answer

Expandable View in iOS

Is there a way that I can achieve this in iOS. for example when a user switch on a switch the view will automatically unhide itself or vice versa. *(UITextField) (Switch) -(UITextField) //this is the view that will be…
RonPelayo
  • 376
  • 5
  • 22
0
votes
0 answers

jQuery expand DIV horizontaly on click and replace content

I'm struggling to get this http://jsfiddle.net/L5P2Y/ to work horizontal and not vertical. I have task list on right side, when I click on div (containing task info) I would like that 'task list' shrinks from 100% to 70% width , other 30% will take…
SuperManSL
  • 1,306
  • 2
  • 12
  • 17
0
votes
1 answer

How populate Expandable TableView itens and chields from SQLite with iOS

I need to create a ExpandableTableView on iOS and fill the items and sub ​​items SQLite I search in Github and has not found Thanks
Paulo Kussler
  • 183
  • 1
  • 3
  • 10