File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 76
76
</ListBoxItem >
77
77
</ListBox >
78
78
<Separator />
79
+ <ListBox Style =" {StaticResource MaterialDesignToolToggleFlatListBox}" SelectedIndex =" 0" >
80
+ <ListBox .ToolTip>
81
+ <StackPanel >
82
+ <TextBlock Text =" MaterialDesignToolToggleFlatListBox" />
83
+ <TextBlock Text =" Exclusive selection" />
84
+ <TextBlock Text =" ListBoxAssist.IsToggle allows more natural toggle behaviour" />
85
+ </StackPanel >
86
+ </ListBox .ToolTip>
87
+ <ListBoxItem >
88
+ <materialDesign : PackIcon Kind =" FormatAlignLeft" />
89
+ </ListBoxItem >
90
+ <ListBoxItem >
91
+ <materialDesign : PackIcon Kind =" FormatAlignCenter" />
92
+ </ListBoxItem >
93
+ <ListBoxItem >
94
+ <materialDesign : PackIcon Kind =" FormatAlignRight" />
95
+ </ListBoxItem >
96
+ <ListBoxItem >
97
+ <materialDesign : PackIcon Kind =" FormatAlignJustify" />
98
+ </ListBoxItem >
99
+ </ListBox >
100
+ <Separator />
79
101
<ListBox SelectionMode =" Extended" Style =" {StaticResource MaterialDesignToolToggleFlatListBox}" >
80
102
<ListBox .ToolTip>
81
103
<StackPanel >
You can’t perform that action at this time.
0 commit comments