We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41165b5 commit ff48620Copy full SHA for ff48620
MainDemo.Wpf/MainWindow.xaml
@@ -192,7 +192,7 @@
192
<DockPanel>
193
<ToggleButton Style="{StaticResource MaterialDesignHamburgerToggleButton}" IsChecked="False"
194
x:Name="MenuToggleButton"/>
195
- <materialDesign:PopupBox DockPanel.Dock="Right" PlacementMode="BottomAndAlignRightEdges" StaysOpen="True">
+ <materialDesign:PopupBox DockPanel.Dock="Right" PlacementMode="BottomAndAlignRightEdges" StaysOpen="False">
196
<StackPanel>
197
<Button Content="Hello World" Click="MenuPopupButton_OnClick"/>
198
<Button Content="Nice Popup" Click="MenuPopupButton_OnClick"/>
0 commit comments