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
12
votes
1 answer

How do I view object properties in PropertyGrid?

At the moment I have an object of type A which is being viewed by the PropertyGrid. However, one of its properties is of type B. The property which is of type B is not expandable. How can I change this so that: a) I can expand custom object…
LunchMarble
  • 5,079
  • 9
  • 64
  • 94
12
votes
2 answers

Expand div when the content overflows

I have div with height="400px" and width="25px".How to expand div when the content overflows?
user370306
12
votes
4 answers

How to expand a div and its contents on hover?

I'm trying to create a div that expands on hover, but cannot figure out how to make the content expand with the div. I've tried a few overflow options, but they didn't work. .grow { padding: 5px 5px 5px 5px; border-radius:10px; height:…
Nicole
  • 381
  • 2
  • 3
  • 10
11
votes
1 answer

TextView expand animation like in Android Market

Can anyone point to solution how to make expand animation of Description TextView in Android Market animation? There are TextView wrapped into FrameLayout which expands after clicking on 'More' label.
HighFlyer
  • 1,615
  • 2
  • 15
  • 22
11
votes
1 answer

CardView animation: raise and expand on click?

I'm currently in the process of creating my first android app, and was wondering what the method would be to set a cardview to raise up and then expand into a larger rectangle, revealing a new fragment? edit: (the new fragment would fill up the…
Daniel Kim
  • 267
  • 3
  • 16
10
votes
2 answers

Expandable DIV height to fit internal content - what am I doing wrong?

Update Solved this, it was the inner most div needing to have auto height, as it had a fixed height that I'd completely overlooked I have - like many others I have searched and found - tried to make an expandable DIV that expands based on the…
lionysis
  • 237
  • 2
  • 4
  • 15
10
votes
2 answers

bash expand cd with shortcuts like zsh

Is it possible in bash to expand something like cd /u/lo/b to cd /usr/local/bin ?
hasan
  • 638
  • 4
  • 14
10
votes
2 answers

How to turn off Eclipse auto expanded my project folders?

I'm developing in Android (not sure if that matters) on a sustaining project at work. I have a very large project with too many files in each folder. Every time I click on an opened file's tab in the source code editor, Eclipse automatically opens…
Lou Morda
  • 5,078
  • 2
  • 44
  • 49
9
votes
6 answers

Accumulate values for every possible combination in R

Let's say I have data test (dput given) where a list-col say items: test <- structure(list(items = list('a', c('b', 'c'), c('d', 'e'), 'f', c('g', 'h')), ID = c(1,1,1,2,2)), row.names = c(NA, 5L), class =…
AnilGoyal
  • 25,297
  • 4
  • 27
  • 45
9
votes
2 answers

Today Extension: How to work with display mode?

Widgets now include the concept of display mode (represented by NCWidgetDisplayMode), which lets you describe how much content is available and allows users to choose a compact or expanded view. How to expand widget in ios 10.0? It doesn't work as…
Vladius001
  • 720
  • 1
  • 6
  • 11
9
votes
1 answer

How to make QLineEdit expand inside QScrollArea

I have a QLabel and a QLineEdit inside a QWidget. When I have the widget inside a QScrollArea, the line edit does not expand to occupy the excess width of the window. When the widget is not inside the scroll area, it does expand. I've tried setting…
Graeme
  • 95
  • 1
  • 5
9
votes
2 answers

Remember what folders were collapsed / opened

I have a big iOS-project with many folders / groups. When I quit and restart Xcode, all folders in the Project Navigator are shown expanded, so I have to collapse most of them manually. Is it possible to save the state of the Project Navigator, so…
A.G.
  • 2,037
  • 4
  • 29
  • 40
9
votes
1 answer

$select and $expand break ODataQueryOptions -- how to fix?

We are using Microsoft ASP.NET MVC OData WebAPI for our web services. Because of some data architecture issues surrounding hierarchy ID (which are outside the scope of this conversation), some of our GET operations have to use ODataQueryOptions and…
Nick Williams
  • 2,864
  • 5
  • 29
  • 43
9
votes
4 answers

Vaadin - Expand components in Grid Layout in Vaadin

I am doing my project in Vaadin 6. In that, I have integrated the components in a Grid layout. I have attached a image with this. It resembles my Project layout. It is similar to eclipse. So, The layout will have two side panels on left and right.…
Gugan
  • 1,625
  • 2
  • 27
  • 65
9
votes
2 answers

OData POST entity creation with expand

I'm attempting to create an instance of an entity and two child entities at the same time. If I post the following JSON to the /user_objects resource it happily creates the parent user_object entity and the linked User_object_attribute entity. The…
Mark Gargan
  • 831
  • 1
  • 9
  • 21
1 2
3
73 74