Top "Expander" questions

An Expander control provides a way to provide content in an expandable area that resembles a window and includes a header.

WPF Expander IsExpanded binding

I have an Expander control with its IsExpanded property bound to a bool in the mvvm model. The binding works …

c# .net wpf expander
Preventing a WPF Expander from expanding when header is clicked

How can I prevent a WPF Expander from expanding when its header is clicked? I would like my Expander to …

wpf xaml expander
Change background color of header in WPF expander

I am trying to change the expander background color. It seems so easy but I can't get it to work. &…

wpf user-interface expander
Expanding/collapsing a WPF Expander

How to expand/collapse a WPF Expander in code? I need to do it in order to initialize a control …

wpf expander
extjs rowexpander how to expand all

I'm using Ext.ux.grid.RowExpander var expander = new Ext.ux.grid.RowExpander({ tpl : new Ext.Template( '<p&…

extjs grid expander
WPF Expander Button Styled so it is inside Expander Header

I am using the Expander control and have styled the header as shown in the picture below: http://www.hughgrice.…

wpf silverlight xaml expander
WPF Expander.Header horizontal stretch

I have an Expander in Wpf. In the header I have Label on left aligned and want to have a …

c# wpf xaml expander
Putting an icon at the right end of a WPF expander control

Hi I am attempting to put a green tick icon at the right end of a WPF Expander control when …

wpf header icons expander
How do I change the WPF Expander Header Text when expanded or collapsed?

Using a WPF expander, I want the Header to change from See More to See Less when the control is …

.net wpf expander
How to put Expander ToggleButton on right

By default the expander has a left aligned toggle button but in my WPF app i want toggle button on …

c# wpf expander