expander Questions
2
Solved
Hi I am attempting to put a green tick icon at the right end of a WPF Expander control when a checkbox is set. My code currently is:
<Expander x:Name="ImageExpander">
<Expander.Header>...
2
Solved
By default the expander has a left aligned toggle button but in my WPF app i want toggle button on the right side of the header without the help of Expression Blend. just plain XAML and/or C#. My e...
1
Solved
Using MVVM. I have a DataTemplate which I am using to display an expander with some controls in per object.
<DataTemplate>
<Expander ExpandDirection="Down" IsExpanded="False">
<E...
Mesics asked 11/6, 2012 at 10:16
1
Solved
can someone (probably using Blend) provide me a working default ControlTemplate for the WPF Expander? I want to do some slight modification but seems that I cannot find a source for a valid templat...
Outoftheway asked 13/4, 2012 at 15:42
2
I have a wpf ListView with two Expanders in it. When the expanders expand the listview makes room for the content. When they collapse the listview does not "take back" that extra space. I...
2
Solved
I've a grid splitter before to the expander(which exists in the right side of a wpf window) and when i was running the app i need to use grid splitter to see more data from expander after its expan...
Tonguelashing asked 17/2, 2012 at 7:56
2
Solved
How to expand/collapse a WPF Expander in code? I need to do it in order to initialize a control in it.
1
Solved
I would like to have the Expander from question below (see the accepted answer) which is a perfect solution for me. I just want to have it on the right side.
Combine expander and grid (resizable e...
Aelber asked 13/1, 2012 at 9:26
1
Solved
For some reason, child Expanders (placed in a StackPanel inside of another Expander), when collapsed or expanded, cause the parent Expander to raise its Expanded or Collapsed events.
Anyone know w...
2
Solved
I would like to have something like a resizable Expander. My basic idea was something like this:
<Grid HorizontalAlignment="Left">
<Grid.ColumnDefinitions>
<ColumnDefinition Width...
Sextillion asked 5/4, 2011 at 14:19
2
Solved
I need to get the Height of the WPF Expander.Header, not the whole Expander just the Height of the Header.
There is no property to get it because the Expander.Header + Expander.Content is the Expa...
2
Solved
This is what I want:
1.) When I click my Expander button and it expands it should stretch down to the end of the Grid
see sample image =>
2.) When I write more Text than space is available in t...
Ligni asked 23/12, 2010 at 14:59
4
Solved
I have a WPF window with expandable panel (via Expander). The panel is on the left side of the window, and when expanded the window grows to fit the content.
By default, windows are anchored to t...
2
Solved
I am using the Expander control and have styled the header as shown in the picture below:
http://www.hughgrice.com/Expander.jpg
The problem I have is that I want the expander button to be contain...
Tso asked 22/5, 2010 at 21:10
1
Solved
2
Solved
This question is the same as this other unanswered question.
When the Expander is expanded the outer ListView grows to make space for the expanders contents, but when the Expander is then collapse...
1
Solved
When using the WPF Expander control it is displayed with the default "Up" and "Down" arrow keys. Is there any way to hide those up and down arrows?
UPDATE:
I managed to remove the arrows by cre...
2
Solved
In this example window, tabbing through goes from the first textbox, to the last textbox and then to the expander header.
<Window x:Class="ExpanderTab.Window1"
xmlns="http://schemas.microsoft....
Taffrail asked 12/6, 2009 at 21:36
1
Solved
I am trying to change the expander background color. It seems so easy but I can't get it to work.
<Expander Name="expOneDay">
<Expander.Header>
<TextBlock Foreground="CadetBlue" T...
Gentilesse asked 20/5, 2009 at 14:15
2
I have Multiple Texblock in Expander Header. I want these TextBlocks aligned to Left, Right and Center.
How can i achieve this?
Please Help...
Thanks
Sharath
The Text in Red should be left al...
© 2022 - 2024 — McMap. All rights reserved.