File tree Expand file tree Collapse file tree 3 files changed +1034
-408
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 3 files changed +1034
-408
lines changed Original file line number Diff line number Diff line change 218
218
219
219
<smtx : XamlDisplay
220
220
UniqueKey =" menus_3"
221
+ DockPanel.Dock=" Top"
222
+ Margin =" 5 16 0 0" >
223
+ <ToolBarTray >
224
+ <ToolBar
225
+ Style =" {StaticResource MaterialDesignToolBar}"
226
+ ClipToBounds =" False" >
227
+ <Menu >
228
+ <MenuItem
229
+ Header =" Nested" >
230
+ <MenuItem
231
+ Header =" Item 1" />
232
+ <MenuItem
233
+ Header =" Item 2" />
234
+ </MenuItem >
235
+ </Menu >
236
+ </ToolBar >
237
+ </ToolBarTray >
238
+ </smtx : XamlDisplay >
239
+ <smtx : XamlDisplay
240
+ UniqueKey =" menus_4"
221
241
Margin =" 16"
222
242
VerticalAlignment =" Top"
223
243
HorizontalAlignment =" Left" >
224
244
<TextBox Text =" With Default Context Menu" />
225
245
</smtx : XamlDisplay >
226
246
227
247
<smtx : XamlDisplay
228
- UniqueKey =" menus_4 "
248
+ UniqueKey =" menus_5 "
229
249
Margin =" 16"
230
250
VerticalAlignment =" Top"
231
251
HorizontalAlignment =" Left" >
You can’t perform that action at this time.
0 commit comments