Questions tagged [expand]

Expand: as in collapsible views. They take more area, and give full detail, links, composite view, only when expanded. These can be Tree-View, Hide-able divisions, Popup-up screens, Combo-boxes and so on.

Expand: as in collapsible views. They take more area, and give full detail, links, composite view, only when expanded. These can be Tree-View, Hide-able divisions, Popup-up screens, Combo-boxes and so on.

1098 questions
178
votes
13 answers

RecyclerView expand/collapse items

I want to expand/collapse the items of my recyclerView in order to show more info. I want to achieve the same effect of the SlideExpandableListView. Basically in my viewHolder I have a view that is not visible and I want to do a smooth…
stanete
  • 4,062
  • 9
  • 21
  • 30
137
votes
12 answers

Apache POI Excel - how to configure columns to be expanded?

I am using Apache POI API to generate excel spreadsheet to output some data. The problem I am facing is when the spreadsheet is created and opened, columns are not expanded so that some long text like Date formatted text is not showing up on first…
Meow
  • 18,371
  • 52
  • 136
  • 180
82
votes
19 answers

Expand and give focus to SearchView automatically

I'm developing an application where the user presses the "Search" icon in the ActionBar and a SearchView is made visible at the top of the screen. My problem is that the SearchView is not in focus nor expanded so the user has to press the search…
SweSnow
  • 17,504
  • 10
  • 36
  • 49
63
votes
3 answers

Pandas expand rows from list data available in column

I have a data frame like this in pandas: column1 column2 [a,b,c] 1 [d,e,f] 2 [g,h,i] 3 Expected output: column1 column2 a 1 b 1 c 1 d 2 e …
Sanjay Yadav
  • 769
  • 1
  • 6
  • 13
54
votes
12 answers

Is there way to expand all folders in Eclipse project view and search results?

I'm spending a lot of time manually expanding deeply-nested folders in tree views like the Project Explorer and the File Search result tree. Is there a keyboard shortcut or menu command to expand all folders?
meva
  • 862
  • 2
  • 8
  • 11
53
votes
5 answers

AutoExpand treeview in WPF

Is there a way to automatically expand all nodes from a treeview in WPF? I searched and didn't even find an expand function in the treeview property. Thanks
David Brunelle
  • 6,528
  • 11
  • 64
  • 104
52
votes
6 answers

NetBeans shortcut key for collapsing/expanding a method

This is an IDE question I am always working with collapsed methods, because I want to be able to see my methods all together. This is a little time consuming because I have to use the mouse to scroll up to the declaration of the method and click on…
Stefanos Kargas
  • 10,547
  • 22
  • 76
  • 101
49
votes
6 answers

Expand container div with content width

I have the following structure in my application:
...
Each child div has a known fixed…
Andre
  • 645
  • 1
  • 6
  • 6
45
votes
5 answers

Expand widgets inside the Stack widget

I have a stack widgets with two widgets inside. One of them draws the background, the other one draws on top of that. I want both widgets to have the same size. I want the top widget, which is a column, to expand and fill the stack vertically to the…
Arash
  • 11,697
  • 14
  • 54
  • 81
44
votes
2 answers

odata - combining $expand and $select

In odata v4.0 is there an option for combining $expand and $select together? I have a scenario wherein I'm trying to get specific columns in productItemChoices and item. The below query will give you all the columns in productItemChoices. I…
pranag
  • 5,432
  • 2
  • 17
  • 15
37
votes
5 answers

OData $filter with items in a $expand

I have given some web services to access informations. The first thing that i have tries to expand a node . And i have done that successfully with following…
Null Pointer
  • 9,089
  • 26
  • 73
  • 118
32
votes
6 answers

Slide down effect on ExpandableListView

Is it possible to have a nice slide up/down effect when expanding/collapsing an item of a ExpandableListView? If yes, how? Thanks in advance.
thomaus
  • 6,170
  • 8
  • 45
  • 63
27
votes
2 answers

Parent div not expanding to children's height

As you will see, I have a div (#innerPageWrapper) that wraps around the divs that contain the content. #innerPageWrapper also does act visually as a semi-transparent border in the layout. My problem is that #innerPageWrapper won't expand to fit the…
Andrew Mihelakis
  • 273
  • 1
  • 3
  • 5
26
votes
5 answers

Auto expanding Container in flutter -- for all devices

I need a Container with some text in to auto expand. I have an API call, which can be anything from 5 words to 500 words. I don't want to just have 1 fixed size that's huge, but contains 10 words. I have tried Expanded() and SizedBox.Expand(), but I…
Randy
  • 381
  • 1
  • 4
  • 5
24
votes
6 answers

Expand and collapse with AngularJS

I am trying to figure out a way to do an expand and collapse using AngularJS. I haven't been able to find an elegant way to do this without manipulating DOM objects in the controller (which is not the Angular way). Currently I have a nice way to do…
yaegerbomb
  • 1,154
  • 4
  • 22
  • 37
1
2 3
73 74