Top "Expand" questions

Expand: as in collapsible views.

How to create expandable panels using swing?

I would like to create a list of expandand/collapse panels, like on this image: I haven't found any swing …

java swing expand
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 …

android animation textview expand
Slide expand animation in android

I have a simple ListView listing results in android. Upon click of each item, I would like it to slide …

android animation android-listview expand
How to check if group is expanded or collapsed in Android ExpandableListView?

I'm looking for an api like isExpanded() or isCollapsed() that tell me if a group is expanded or collapsed.

android expandablelistview collapse expand expandablelistadapter
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 …

xcode swift expand today-extension ios10
Read More/Less with Swift 3

I want to add "Read more" at the end of the paragraph. When I click on the "Read more" text, …

ios swift3 uilabel uitextview expand
Angular material tree expand a particular node

I have seen various examples to expand all nodes in mat-tree using expandAll() Is there any mechanism to expand a …

angular tree angular-material2 expand
WPF TreeView databinding to hide/show expand/collapse icon

I implemented a WPF load-on-demand treeview like described in this (very good) article. In the mentioned solution a dummy element …

wpf data-binding treeview expand collapse
$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 …

c# select asp.net-web-api odata expand
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 …

components vaadin expand grid-layout