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 82087e3 commit a670e7dCopy full SHA for a670e7d
MainDemo.Wpf/MainWindow.xaml
@@ -74,11 +74,6 @@
74
<wpfExample:TextFields />
75
</domain:DemoItem.Content>
76
</domain:DemoItem>
77
- <domain:DemoItem Name="Group Boxes">
78
- <domain:DemoItem.Content>
79
- <wpfExample:GroupBoxes />
80
- </domain:DemoItem.Content>
81
- </domain:DemoItem>
82
<domain:DemoItem Name="Pickers">
83
<domain:DemoItem.Content>
84
<wpfExample:Pickers>
@@ -154,6 +149,11 @@
154
149
<wpfExample:Expander />
155
150
156
151
152
+ <domain:DemoItem Name="Group Boxes">
153
+ <domain:DemoItem.Content>
+ <wpfExample:GroupBoxes />
+ </domain:DemoItem.Content>
+ </domain:DemoItem>
157
<domain:DemoItem Name="Menus & Tool Bars">
158
159
<wpfExample:MenusAndToolBars />
0 commit comments