expander Questions

3

Solved

I have a ListBox containing a group of 'Expander' items, and what I would like to do is make the IsExpanded property for each of them exclusive. For example, if I have 10 Expanders in the ListBox, ...
Neptunium asked 22/5, 2009 at 9:54

5

I have an Expander control with its IsExpanded property bound to a bool in the mvvm model. The binding works fine until you dont touch the expander. Once you click the arrow in the expander to expa...
Chrisoula asked 1/2, 2010 at 20:59

2

Solved

I set IsTabStop to False, but Tab still navigates to the expander. Any ideas what am I doing wrong? <Expander Header="Data" IsTabStop="False"> <Border Background="White" BorderThickness...
Maegan asked 16/11, 2010 at 0:1

6

Solved

I have a DataGrid. It has DataGrid.RowDetailsTemplate. When a button is clicked it should Expand / Collapse; how would I do that? <Custom:DataGrid RowDetailsVisibilityMode="VisibleWhenSelected"...
Bidwell asked 30/9, 2010 at 8:57

2

Solved

In my setup exemplified below, I didn't notice until recently that when the list of elements listed in the expander grows (so that the length of it exceeds the length of the buttons in the panel ne...
Gaona asked 4/2, 2015 at 20:40

4

Solved

I want to have some text in an expander header left aligned, then some text right aligned. I have found how to expand the header to the width of the container, and thought I could simply add a dock...
Viviennevivify asked 8/4, 2009 at 9:15

4

Solved

So I changed the orientation of the expander to align vertically rather than horizontally but in the closed state the expander header text is aligning horizontally. Please tell me there is a way to...
Citreous asked 15/4, 2012 at 17:8

4

Solved

I've got a StackPanel with a group of expanders in, how do I set it so that only expander is expanded at any one time? Cheers AW
Melchior asked 17/12, 2009 at 15:54

7

Solved

How can I prevent a WPF Expander from expanding when its header is clicked? I would like my Expander to expand or collapse only when the expand button itself is clicked. I imagine the answer has s...
Skinned asked 8/9, 2009 at 20:24

5

Solved

I have an Expander in Wpf. In the header I have Label on left aligned and want to have a button on the right site. I use the following XAML: <Expander HorizontalAlignment="Stretch" IsExpanded="...
Epiphenomenon asked 1/7, 2015 at 12:39

2

Solved

I use details/summary elements to get an expandable section: https://www.w3schools.com/TAGS/tag_details.asp d3.select('details') .on('click',()=>{ alert('clicked'); }); <script s...
Percussion asked 19/2, 2019 at 12:7

4

i want to position the Expander button on the right side of the label. How to do this?
Nylons asked 7/1, 2012 at 13:16

2

How to animate the expanded and collapsed actions of a Wpf expander control?
Tainataint asked 21/8, 2009 at 12:23

4

Solved

Consider 2 Expander controls are placed one below the other. If One Expander control is collapsed then the actaul gap (during expanded) have to be reduced and the other Expander control have to be ...
Espionage asked 25/9, 2012 at 7:27

7

Solved

I have 4 expander controls. When one expander is expanded, how can I make all others collapse/close?
Reimburse asked 15/12, 2010 at 10:38

1

Solved

I know that the System.Windows.Controls.Expander is another "headered" content control in WPF just similar to a System.Windows.Controls.GroupBox. One advantage is that Expanders have the ability to...
Roscoeroscommon asked 11/3, 2016 at 19:52

8

Solved

The Expander control in WPF does not stretch to fill all the available space. Is there any solutions in XAML for this?
Thromboplastin asked 25/3, 2009 at 7:4

4

Solved

I have A WPF Datagrid that has a Collection View Source with 3 levels of grouping on it. I have styled the datagrid to use 3 expanders such that it looks like this: Level 1 Expander <content&g...
Stair asked 1/10, 2015 at 11:34

2

Solved

Using a WPF expander, I want the Header to change from See More to See Less when the control is expanded, and back to See More when it's collapsed again. I'd prefer a WPF pure solution, rather than...
Thermocline asked 9/4, 2010 at 0:1

2

I have an expander here like this, the border shown here is the grid around it: ----------------------------------- | | | ^ expander | |---------------------------------| How could I resize this...
Aquiline asked 27/10, 2014 at 13:22

1

Solved

So I have this XAML as my UserControl. I have an Expander for each property I need to use. In the Header property of the Expander I've done binding to a DataTemplate to use a Image Button. What I n...
Demisec asked 14/4, 2015 at 13:19

6

Solved

I have multiple expanders, and I was looking for a way to collapse all others the expanders when one of them is expanded. And I found this solution here XAML: <StackPanel Name="StackPanel1"&gt...
Outing asked 23/1, 2014 at 9:6

5

Solved

I have a panel containing a DataGridView and 3 buttons at the bottom of a form. I want to add the possibility to expand and collapse this panel. Is there a way to do it in a Windows Forms applicati...
Richard asked 25/9, 2010 at 18:30

3

Solved

I would like to apply a style on a WPF Expander Header. In the following XAML I have an Expander but the style is for all of it not just for the header. Thanks. <Page xmlns="http://schemas.mic...
Lacerate asked 19/3, 2009 at 9:9

1

Solved

First had the problem with collapse of Expander not giving back space. Based on the borders it appears to be the ListView is not shrinking rather than the Expander not shrinking. The following code...
Nomo asked 13/12, 2013 at 22:13

© 2022 - 2024 — McMap. All rights reserved.