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
1
vote
2 answers
Is it possible to set expandable cell inside the expandable in tableview cell?
I have tried to set expandable cell inside the expandable cell in table view cell, Is this possible to set?
My requirement is in TableView like this.
ex:
Name1
Age
25
Name2
Age
27
Name3
Age
28
user5026700
1
vote
1 answer
ExpandablePanel Layout
My expandable panel is not working as it should.
I'll show the pictures:
In normal state it should be like this
After expand, it should be like this
And after collapse it should return to normal state.
Now it work like here:
Normal state:
After…

Ilnar Karimov
- 339
- 2
- 6
- 19
1
vote
5 answers
How to open a listview in another activity when a child item in an expandable listview is clicked
I am creating an app for my school. It is supposed to contain lecture notes of each course offered in the institution. Now there are three different schools in the institution with each having at least four departments so my main activity has an…

Georgee
- 11
- 2
1
vote
1 answer
Onsen UI list item with expandable functionality
Is there a feature or technique to implement a list item that on tapped gets expanded?

petko
- 153
- 2
- 14
1
vote
3 answers
Meteor Dynamically Create Objects and refer to them? // Is there a simple way to do this
So, im really new to both JavaScript and Meteor, so I only know a handful of things.
Learning both, JavaScript and Meteor I set myself the challenge to make a 3 by 3 field of with individual counters in them, that count, if you click the cell.
I…

carryp
- 93
- 6
1
vote
1 answer
Expandable Listview not showing
I'm just trying to show a Json information in a file in a expandable listview.
When I'm running the app nothing it's showed in the ''noticias'' screen. I have the following code :
public class noticias extends ActionBarActivity {
public…

Ray
- 13
- 5
1
vote
1 answer
Perform StringBuilder setText method and ExpendableTextView setText method with the same holder
Based on the answer given on this post,
Android - Expandable TextView with Animation
I want to be able to use my function
`
holder.expandableTextView.setText(wallContent);
SpannableStringBuilder ssb =…

Kingsley Simon
- 2,090
- 5
- 38
- 84
1
vote
2 answers
How to expand multiple TitledPane of Accordion in javaFX?
I've a Accordion with having multiple titledPane and there has a lots of data within titledPane's ListView panel. I just want to expand all the titledPane of Accordion when searching the data. I don't know how to do this. any idea?
Here, I've…

Dhiren Hamal
- 874
- 1
- 12
- 31
1
vote
2 answers
Collapsing and opening a div via a close button
I am trying to build using javascript a panel that expands out of the right side of the browser window, in which it will hold information. I have managed to get the div to expand on click but I need it to expand on hover, and also close with an x in…

user3607192
- 15
- 3
1
vote
0 answers
Fragments with Expandable List Views
I'm making an app that uses an expandable list view in a swipe tab fragment.
I'm also using the android-support v4.jar library.
And I'm getting this error. Anyone could help me?
PorTitulo.java
package com.android.bibliotecautpmovil;
import…

José Boy Castilla
- 11
- 2
1
vote
1 answer
TLIndexPathTools integration with core data for expandable tableView
I have a simple pre-loaded SQLite DB and Core Data model with an Entity called “Scales” which includes a NSString “name” and a NSString field called “categories” (I decided not to use a relationship since this was a simple one-to-one without a large…

OneEyeBill
- 13
- 2
1
vote
3 answers
Accordion using AngularJS and CSS animations
Using just Angular JS Animate and Css Animation, I am trying to create an Expand/Collapse (Accordion) similar to the bootstrap collapse seen here: http://getbootstrap.com/javascript/#collapse
I have an issue with the expandable items, they pop back…

user2832814
- 29
- 1
- 1
- 5
1
vote
1 answer
Social Networking Sidebar Box That Expands On Hover
Been trying for a while to get this to work and would be grateful for any help.
What I am trying to make is the social network sidebar boxes that slide out from the edge of the screen on hover, I just don't get how to do it.
Example of what I am…

tman16
- 29
- 3
- 8
1
vote
1 answer
Expandable Table Rows w/ Jquery UI Accordian
I am working on an Ebay style listing where auctions are listed vertically and in an effort to save space, I would like to show minimal information that can be expanded to include more details. The JQuery UI Accordion example is perfect and is very…
user470760
1
vote
0 answers
UITableView expandable section, header drops from middle of table
I have a table with expendable sections. Sort of like a "plus" in tree on Windows. When user taps that plus button on a section, that section expends/collapses, showing or hiding cells in it. Here is the viewForHeaderInSection:
// Open/close on…

user1244109
- 2,166
- 2
- 26
- 24