Top "Expandable" questions

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

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 …

css angularjs accordion css-animations expandable
CSS - auto width floated element (expandable float)

I have two floated collumns side by side. The user can hide/collapse one of that collumns. In that case …

css css-float expandable
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 …

android textview expandable
Expandable GridView with view recycling in Android

I am trying to implement a android activity where I have sections of items (for example car brands and their …

android gridview expandable collapsable
Problem with expandable list adapter

I am new to Android development, so I hope someone can help me with this problem. I am trying to …

android list expandable
Expandable Sections UITableView IndexPath SWIFT

Im pretty new to coding, I only know Swift. I have found several tutorials to produce drop down sections in …

swift uitableview didselectrowatindexpath expandable
How do iframe busters for expandable ads work?

I have some questions about expandable ads and <iframe>s. I've created expandable ads which will displayed in &…

javascript html iframe ads expandable
Create an expandable list with react native

I am presenting a list of items with this code <View> <Text style={styles.sectionHeadingStyle}> Categories &…

javascript list reactjs react-native expandable
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 …

android android-gridview android-scrollview expandable row-height
How to make an expandable list with Java Swing

I need to make an expandable list using java swing. I will attempt to demonstrate: Unexpanded: >[Expand me!] >[…

java swing list expandable