Answer the question
In order to leave comments, you need to log in
How to make expander button clickable?
I make a button in the expander like this:
<Expander x:Name="expander" Header="Настройки">
<StackPanel Height="200" VerticalAlignment="Top" Background="#FFB9DEB8" >
<Button x:Name="extended" Click="extended_Click" Width="200" Height="30" IsHitTestVisible="True" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" HorizontalAlignment="Left" VerticalAlignment="Top" Content="Включить расширенный режим"/>
</StackPanel>
</Expander>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question