File tree Expand file tree Collapse file tree 2 files changed +321
-3
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 2 files changed +321
-3
lines changed Original file line number Diff line number Diff line change 89
89
90
90
<TextBlock Grid.Row=" 2" Style =" {StaticResource ChipsHeadline}" >Filter Chips</TextBlock >
91
91
<StackPanel Grid.Row=" 3" >
92
- <smtx : XamlDisplay Key =" chips_10" Margin =" 0 0 6 4" >
92
+ <WrapPanel Orientation =" Horizontal" smtx:XamlDisplay.Ignore=" This" >
93
+ <smtx : XamlDisplay Key =" chips_10" Margin =" 0 0 4 4" >
94
+ <CheckBox Style =" {StaticResource MaterialDesignFilterChipCheckBox}" >CheckBox</CheckBox >
95
+ </smtx : XamlDisplay >
96
+ <smtx : XamlDisplay Key =" chips_11" Margin =" 0 0 4 4" >
97
+ <CheckBox Style =" {StaticResource MaterialDesignFilterChipOutlineCheckBox}" >Outline</CheckBox >
98
+ </smtx : XamlDisplay >
99
+ </WrapPanel >
100
+
101
+ <smtx : XamlDisplay Key =" chips_12" Margin =" 0 0 6 4" >
93
102
<ListBox Style =" {StaticResource MaterialDesignFilterChipListBox}" >
94
103
<ListBoxItem >Mercury</ListBoxItem >
95
104
<ListBoxItem IsSelected =" True" >Venus</ListBoxItem >
99
108
</ListBox >
100
109
</smtx : XamlDisplay >
101
110
</StackPanel >
102
-
103
111
</Grid >
104
112
</UserControl >
105
113
You can’t perform that action at this time.
0 commit comments