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

Android dynamic listview (--> meaning dynamic count of attributes per row)

I'm an android dev beginner and I know the basics of a simple list view. But what I need to do now is (I think) pretty advanced, so please tell me how (or if?) this is possible: I have different dates and for each date, a different set (even a…
Toni Kanoni
  • 2,265
  • 4
  • 23
  • 29
0
votes
1 answer

Checkbox click not working from within unordered list item

I am unable to 'check' an input checkbox that is embedded in an expandable UL. I know the reason has something to do with click binding but I just can't figure it out. The UL is dynamic so I add new li's and UL's. The lowest level UL contains lis…
silvster27
  • 1,916
  • 6
  • 30
  • 44
0
votes
1 answer

ListView and Expandable listview in same xml file

I have two buttons in my layout say b1 and b2. By pressing b1 I want to populate the list using listview. By pressing b2 I want to populate the list using expandablelistview. I am passing different sets of data on these listviews. My question is, is…
Prativa
  • 364
  • 6
  • 25
0
votes
2 answers

Expandable menu using html5 and css3

I am designing a mobile website. On the homepage i have menu items say 'a' ,'b' ,'c',...,'h'. I want to display only first three menu items and make a 'View All Items' button that on clicking expands to show all the items.Also the button should…
hkasera
  • 2,118
  • 3
  • 23
  • 32
-1
votes
1 answer

iOS: creating an expandable label

I'm trying to create an expandable label that looks like the one in the picture: I have two problems: How do I make the label truncate the tail such that it leaves enough place for the More button/clickable text? How do I place the More…
Yotam
  • 9,789
  • 13
  • 47
  • 68
-1
votes
1 answer

How to create an expandable and collapsable menu WITHOUT a tableviewcontroller

I have a question. I am trying to create an expandable FAQ menu without using a tableviewcontroller. The reason I don't want to use a tableview is because I don't want expandable cells, rather, I want a buttonclick to reveal a label while also…
TheDon
  • 1
-1
votes
2 answers

Change default expandable table row in jQuery

I need example of expandable table row, I found this is the best choice so far: http://www.jqueryscript.net/table/jQuery-Plugin-For-Expandable-Bootstrap-Table-Rows.html demo:…
We Can
  • 1
  • 1
-1
votes
1 answer

Links inside expanding menu not opening

I'm experiencing a problem related to expanding menus. I cannot seem to be able to link outside of the expanding menu as the only thing all links inside the menu do are collapse it or just simply do nothing at all. Here are two examples of the menu…
etopal
  • 7
  • 3
-1
votes
1 answer

How to set Weight to make bottom view occupy remaining space Android

I want to model my layout screen in the following 2 parts. Basic Information related Linear layout with expandable view initially 20 % of screen height. Bottom List view occupy Remaining Space. But When the top view is expanded then i want to make…
-1
votes
1 answer

ChildView of Expandable ListView is not correct working

i have an ExpendableListView with 5 childs for each groupView. But when i whants to add more than one groupView to the list, nothing works... the childView are not under the respective groupView(5 per groupView), but they will be added additional to…
team17
  • 796
  • 1
  • 8
  • 30
-1
votes
1 answer

Listview with slide expandable details view

in the App im developing, i got a List of messages with titel datum etc. When clicking on the Messagetitel i want to sliding expand this entry and show the Details, and some new buttons like "reply" , "delete" and "forward". like: - message -…
-1
votes
3 answers

Expandable ListView with SQLite Database

I have an SQLite database with multiple columns, and one of these columns is a date. I want to populate the data from the database to an expandable listview, with the dates as the headings. So for all the rows that share the same date value, I…
CoffeeCrisp
  • 253
  • 3
  • 6
  • 19
-2
votes
1 answer

How can i transparent from activity to fragment?

Now I'm trying to the transparent opensource expandable layout but the problem is that source made by activity but I want to apply my fragment layout what should I do? When I try to transparent it's occurred error... ****This is what I want to try…
Hirose
  • 105
  • 3
  • 15
-2
votes
1 answer

Dynamically resize div to for expanding lists using css

I have my css layout, a div container with an expandable list inside. I want my div to expand with the list. Now it just overlaps the footer or hides it. Below is the css code for the div the list is in with the list being hidden when expanded. …
-2
votes
1 answer

How I can do this using navigation drawer?

How can i do this please help me? It is using navigation drawer list view with sub items. How I can do this?
Ganesh Katikar
  • 2,620
  • 1
  • 26
  • 28
1 2 3
20
21