I have an expander containing a list view. The expander is initially disabled, and enabled sometime after the application is started.
In a previous question I had asked, I wanted to be able to move the gridsplitter to expand the expander which contains a list box of images so that when it expands, the images resize based on the amou
I\'m using Silverlight 4\'s gridview in my page, and I would like to have collapsible columns (to hide some rarely needed information).I had a look to DataGridTemplateColumn but it doesn\'t seem to al
I am trying to create an Expander where the header stays fixed and the contents appear above the header overlaying any other controls above. Setting ExpandDirection=\"Up\" and putting the Expander ins
perhaps you can help me to solve this problem. I want to display a Text-Multibinding and an image in the header of my expander.
I have a multiple treeviews inside expanders, which can grow in height along with the content. But when the height gets larger than the window\'s size, it goes outside the window.
Im quite new to wpf and have to following problem. I need to create a List (i am using a listbox) of items that can be expanded (expander).
c# vs2010 hi all: how can I bring to focus on a window all controls hidden on expander. expander is collapsed at the bottom of the window,
I have a DataGrid. It has DataGrid.RowDetailsTemplate. When a button is clicked it should Expand / Collapse; how would I do that?
I have an Expander that its content consists of a StackPanel that contains several elements one of whom is a TextBox.