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

Drag And Drop Exapandable Listview

I want to develop expandable Listview. In that group as well as child view is draggable.. Please help thanks in advance
0
votes
0 answers

Click the cell on tableview will display view (not child cell) in other storyboard like expandable list swift ios

I have tableView in view controller. I want to do when click the cell on the tableView, it will expand show the view (label, button in other storyboard). I see the tutorial it will show other sub cell when expand. But i want it show the view. I…
MAS. John
  • 582
  • 6
  • 22
0
votes
0 answers

MVC - Expandable Partial View within ForEach loop

I have a View with a model of type: IEnumerable Here is the class public partial class StoreMonthlyTarget { public int STORE_KEY { get; set; } public Nullable RetailYear { get; set; } public Nullable
MMartin
  • 172
  • 2
  • 10
0
votes
1 answer

Set Animation For Expandable List down/up

How I can set animation(expand/collapse) for expandable list whit use customize adapter that extend BaseExpandableListAdapter? Update: Like This : https://www.youtube.com/watch?v=J7rcFRKvpyY
sadegh sarvi
  • 164
  • 4
  • 15
0
votes
1 answer

how to get datas of same arrays from jsonObject to a list with android

I made a web page to make json by php, now I want to get data from json by android but I want to put arrays with same id to a list and finally I put it to hashmap for every object to make expandableListview, I mean: Array ( [0] => Array …
hadis
  • 87
  • 7
0
votes
1 answer

Create multiple expanding blocks within the same page using HTML

So, I needed to create a page that had multiple sections that could be expanded and collapsed independently of one another. I did my research awhile back and was able to "develop" this functionality:

0
votes
1 answer

using expandable Angular js ui grid

I am using Expandable UI Grid. My data is shown in grid which is expanded on click and grid is refreshed every 5 secs. If I expand a row then it is collapsed every 5 seconds as the grid refreshes. How can I maintain the row expansion when the grid…
cheeku
  • 57
  • 1
  • 10
0
votes
2 answers

Javascript three-level collapsible menu

I am a complete amateur to coding; I want to have a three-level collapsible menu, which will expand when clicked. I have found some existing code to use, but it is designed for a two-level menu only. I cannot work out how to alter the script so that…
Cath H
  • 3
  • 2
0
votes
1 answer

Datatables 1.10 Responsive search expand to show child rows

I'm using Datatables 1.10 with the Responsive extension with column controlled child rows. https://datatables.net/extensions/responsive/examples/child-rows/column-control.html How can I configure the search so that child rows which match are…
lbriquet
  • 541
  • 3
  • 12
  • 27
0
votes
1 answer

"Expand more" with animation

I am trying to do the same animation as Google : https://vid.me/9Wli A quick explanation about my app : At the top I have an AppBar, below it a LinearLayout including a button to expand more information and below this LinearLayout I have a…
donzmat
  • 435
  • 1
  • 4
  • 12
0
votes
0 answers

Expandable layout - can't with change layout params

I have problem with changing Exapandable layout params. I'm using layout from this library: https://github.com/AAkira/ExpandableLayout I put ImageView inside this layout and than when I download picture into ImageView I want my layout to wrap this…
Zygi
  • 754
  • 8
  • 17
0
votes
0 answers

Expandable Layout

I've got a problem with Expandable Layout (https://android-arsenal.com/details/1/2456). When the app starts, the fragment is inserted in @id(flContent), ExpandableRelativeLayout is collapsed (because of app:ael_expanded="false") and I can expand and…
0
votes
1 answer

How to implement a general purpose C# TypeConverter?

I've researched C# compiler error CS1061 but I'm not sure how to resolve the error generated by this code. I am trying to design a general purpose TypeConverter class that uses a generic type. First, I define a class to be used as an expandable…
dathompson
  • 65
  • 3
0
votes
0 answers

Dynamic multi column parent header and multi column child in expandable list view

Please give me some idea to make Dynamic multi column parent header and multi column child in expandable list view in android.On arrow click child multi row must me expandaded.where parent and child has dynamic values.as shown in Image…
Rohit Yadbole
  • 65
  • 1
  • 9
0
votes
3 answers

Can any one tell how to implement expandable/collapse tableview

Here is my screen and code i have attached below.can any one give idea how to implement the screen thanks in advance..in my header section i need show only the tableview cell......................................... [1]:…
user6380806