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

expandable div issue with IE 6, 7, AND 8! What's the issue in my CSS?

For some reason, the following EXPANDABLE DIV won't work with IE 6,7 or 8. All it shows is static "CLICK HERE TO FIND A T-ZONE LOCATION IN YOUR NEIGHBOURHOOD" text that shows it's clickable, but won't expand or show the CSS styling. I'm assuming…
Mike Barwick
  • 6,288
  • 6
  • 51
  • 76
0
votes
0 answers

How to print this Json response from api Call using Retrofit (parent-child) hirarchy or tree? in exandable recycler view or listview, one by one?

How to print this Json response from api Call using Retrofit (parent-child) hirarchy or tree? in exandable recycler view or listview, one by one? How to print this Json response from api Call using Retrofit (parent-child) hirarchy or tree? in…
0
votes
2 answers

React Horizontal expand

React horizontal expand. I am struggling with such a simple thing in React. I am trying to just extend my Div container from 500px to 900px or full width on button click. I can only make it appear and disappear. What am I missing, please? Using…
Brandon W
  • 1
  • 3
0
votes
0 answers

How to expand a container in flutter with overflowing container in which it is contained ? Flutter

I want to expand my container on click. in Flutter The green containers are contained within a blueishgrey container. The 5 green containers are in a listview builder. When I tap any of the containers, it needs to expand to its right side. like in…
Vaishnav k
  • 21
  • 3
0
votes
1 answer

Flutter Expandable Grouped Listview

I have an existing GroupedListView that I want to convert to (or replace with) an Expandable widget. My data source is from Firebase Firestore. My code is extremely messy of all the "trying to figure it out" cases, so I will keep that as a last…
0
votes
0 answers

angular material table with expandable rows

I am trying to implement the stackblits example found here with my application: https://stackblitz.com/edit/angular-nested-mat-table-triplenested?file=app%2Ftable-expandable-rows-example.html,app%2Ftable-expandable-rows-example.css However, I only…
Devine92
  • 59
  • 1
  • 7
0
votes
0 answers

Flutter: Body of my ExpansionPanelRadio is repeating many times. (when I have more than one item listed)

I am using ExpansionPanelRadio() to make an list of expandable items. Each item, when expanded, contains another list of let's say 'features'. Now, when I have only one expandable element, its list of features looks fine. As soon as I add two or…
0
votes
0 answers

Changing Icon for Draggable Expandable Fab

I'm creating a new app and attempting to change the icon for the draggable expandable fab, but I'm not seeing where to set the change. I've tried multiple different ways but keep getting the error. Here is a partial piece of my code. Thank you. …
0
votes
0 answers

SwiftUI form with expand/collapse section

In my project, there is SwiftUI form with multiple sections. One section is a default one with different form fields like picker, textfield, datepicker. The other one will have different form fields like toggle switch, textfield. This section…
RP89
  • 101
  • 3
  • 13
0
votes
1 answer

Flutter: How to expand/collapse (show/hide) a Row in a GridView or Wrap widget

I'm trying to build a GridView where selected the item can expand/collapse (show/hide) a row in the immediate consecutive row of the selected item, like an information box. On the screenshot below I'm showing an example where the Node 001 is…
saguado
  • 27
  • 1
  • 5
0
votes
1 answer

Flutter change color when button gets clicked

I am working on an app where the user is able to expand and collapse text. I want to text at the bottom to be blurred. As soon as the user expands the text the text should be displayed normal. When the text gets collapsed again, I want the text at…
Nick
  • 71
  • 11
0
votes
1 answer

jquery loads menu from external html but animation will not work

I created a navigation which slides down in jquery. It worked perfectly however I want to have the menu (unordered list) in a separate html file so when changed it implements across all my sites pages. I used the following code to load the html file…
0
votes
1 answer

one of the columns in my table is a short paragraph, if it's too long it needs to be abbreviated and expandable with just css js no jquery

logic: If comment exists and not enough room → display comment with abbreviation "..." and a new dropdown button that extends row on click. Not sure how this logic could be achieved, searches return js libraries instead. Complete newbie :( Currently…
ssstev
  • 1
0
votes
6 answers

How to Expand ( Increase the size of Container ) the particular container on clicked in flutter

Container Size depends on the widget's child length I want all things in the mobile screen height not the inner child scroll or outer I expected output like below - what I am getting - import 'package:flutter/material.dart'; class…
MohammedAli
  • 2,361
  • 2
  • 19
  • 36
0
votes
1 answer

PHP Storm markdown: text formatting problem after using code

I'm new to PHPStorm and coding. I think I have an easily solvable problem. So I have to create an overall explain from a site, i was told to sneak in some images, i've managed to create expandable things with images. The main problem here is when i…