Skip to content

Commit b0077e6

Browse files
authored
Added MaterialDesignFilterChipCheckBox and MaterialDesignFilterChipOutlineCheckBox (#1759)
1 parent 83cfb96 commit b0077e6

File tree

2 files changed

+321
-3
lines changed

2 files changed

+321
-3
lines changed

MainDemo.Wpf/Chips.xaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,16 @@
8989

9090
<TextBlock Grid.Row="2" Style="{StaticResource ChipsHeadline}">Filter Chips</TextBlock>
9191
<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">
93102
<ListBox Style="{StaticResource MaterialDesignFilterChipListBox}">
94103
<ListBoxItem>Mercury</ListBoxItem>
95104
<ListBoxItem IsSelected="True">Venus</ListBoxItem>
@@ -99,7 +108,6 @@
99108
</ListBox>
100109
</smtx:XamlDisplay>
101110
</StackPanel>
102-
103111
</Grid>
104112
</UserControl>
105113

0 commit comments

Comments
 (0)