|
18 | 18 | <RowDefinition Height="Auto" /> |
19 | 19 | <RowDefinition Height="Auto" /> |
20 | 20 | <RowDefinition Height="Auto" /> |
| 21 | + <RowDefinition Height="Auto" /> |
21 | 22 | </Grid.RowDefinitions> |
22 | 23 | <Grid.ColumnDefinitions> |
23 | 24 | <ColumnDefinition Width="Auto" /> |
|
113 | 114 | </CheckBox> |
114 | 115 | </smtx:XamlDisplay> |
115 | 116 | </StackPanel> |
116 | | - <StackPanel Grid.Column="0" Grid.Row="3" Margin="0 24 0 0" Orientation="Horizontal"> |
| 117 | + <StackPanel Grid.Column="0" Grid.Row="3" Margin="5 8 0 8" Orientation="Horizontal"> |
| 118 | + <smtx:XamlDisplay Key="buttons_65"> |
| 119 | + <RadioButton Style="{StaticResource MaterialDesignLightRadioButton}" IsChecked="True" Content="Light" /> |
| 120 | + </smtx:XamlDisplay> |
| 121 | + <smtx:XamlDisplay Key="buttons_66" Margin="8 0 0 0"> |
| 122 | + <RadioButton Style="{StaticResource MaterialDesignDarkRadioButton}" IsChecked="True" Content="Dark" /> |
| 123 | + </smtx:XamlDisplay> |
| 124 | + <smtx:XamlDisplay Key="buttons_67" Margin="8 0 0 0"> |
| 125 | + <RadioButton Style="{StaticResource MaterialDesignAccentRadioButton}" IsChecked="True" Content="Accent" /> |
| 126 | + </smtx:XamlDisplay> |
| 127 | + <smtx:XamlDisplay Key="buttons_68" Margin="8 0 0 0"> |
| 128 | + <CheckBox IsChecked="True" Style="{StaticResource MaterialDesignLightCheckBox}" Content="Light" /> |
| 129 | + </smtx:XamlDisplay> |
| 130 | + <smtx:XamlDisplay Key="buttons_69" Margin="8 0 0 0"> |
| 131 | + <CheckBox IsChecked="True" Style="{StaticResource MaterialDesignDarkCheckBox}" Content="Dark" /> |
| 132 | + </smtx:XamlDisplay> |
| 133 | + <smtx:XamlDisplay Key="buttons_70" Margin="8 0 0 0"> |
| 134 | + <CheckBox IsChecked="True" Style="{StaticResource MaterialDesignAccentCheckBox}" Content="Accent" /> |
| 135 | + </smtx:XamlDisplay> |
| 136 | + </StackPanel> |
| 137 | + <StackPanel Grid.Column="0" Grid.Row="4" Margin="0 24 0 0" Orientation="Horizontal"> |
117 | 138 | <smtx:XamlDisplay Key="buttons_46" VerticalAlignment="Center" Margin="5 0 0 0"> |
118 | 139 | <ToggleButton Style="{StaticResource MaterialDesignSwitchToggleButton}" ToolTip="Default ToggleButton Style"/> |
119 | 140 | </smtx:XamlDisplay> |
|
160 | 181 | </ToggleButton> |
161 | 182 | </smtx:XamlDisplay> |
162 | 183 | </StackPanel> |
163 | | - <StackPanel Grid.Column="0" Grid.Row="4" Margin="0 24 0 0" Orientation="Horizontal"> |
| 184 | + <StackPanel Grid.Column="0" Grid.Row="5" Margin="0 24 0 0" Orientation="Horizontal"> |
164 | 185 | <smtx:XamlDisplay Key="buttons_53" Margin="5 0 0 0" VerticalAlignment="Center"> |
165 | 186 | <ToggleButton Style="{StaticResource MaterialDesignFlatToggleButton}" ToolTip="MaterialDesignFlatToggleButton"> |
166 | 187 | <materialDesign:PackIcon Kind="Paperclip" Height="21" Width="21" /> |
|
205 | 226 | </ListBoxItem> |
206 | 227 | </ListBox> |
207 | 228 | </smtx:XamlDisplay> |
208 | | - <smtx:XamlDisplay Key="buttons_57" Grid.Column="1" Grid.Row="3" HorizontalAlignment="Left" Margin="0 24 0 0"> |
| 229 | + <smtx:XamlDisplay Key="buttons_57" Grid.Column="1" Grid.Row="4" HorizontalAlignment="Left" Margin="0 24 0 0"> |
209 | 230 | <ListBox SelectionMode="Extended" Style="{StaticResource MaterialDesignToolToggleFlatListBox}"> |
210 | 231 | <ListBox.ToolTip> |
211 | 232 | <StackPanel> |
|
225 | 246 | </ListBoxItem> |
226 | 247 | </ListBox> |
227 | 248 | </smtx:XamlDisplay> |
228 | | - <StackPanel Grid.Column="1" Grid.Row="4" Margin="0 24 0 0"> |
| 249 | + <StackPanel Grid.Column="1" Grid.Row="5" Margin="0 24 0 0"> |
229 | 250 | <smtx:XamlDisplay Key="buttons_60" HorizontalAlignment="Left"> |
230 | 251 | <StackPanel Orientation="Horizontal" Margin="4"> |
231 | 252 | <RadioButton Style="{StaticResource MaterialDesignTabRadioButton}" Margin="4" IsChecked="True" Content="FIRST"/> |
|
244 | 265 | </smtx:XamlDisplay> |
245 | 266 |
|
246 | 267 | </StackPanel> |
247 | | - <Border Margin="0 24 0 0" BorderThickness="0 1 0 0" BorderBrush="{DynamicResource MaterialDesignDivider}" Grid.Row="5" Grid.ColumnSpan="2" /> |
248 | | - <TextBlock Grid.Row="6" Style="{StaticResource MaterialDesignHeadline5TextBlock}" Margin="0 24">Checkboxes</TextBlock> |
249 | | - <smtx:XamlDisplay Key="fields_31" Grid.Row="7" HorizontalAlignment="Left"> |
| 268 | + <Border Margin="0 24 0 0" BorderThickness="0 1 0 0" BorderBrush="{DynamicResource MaterialDesignDivider}" Grid.Row="6" Grid.ColumnSpan="2" /> |
| 269 | + <TextBlock Grid.Row="7" Style="{StaticResource MaterialDesignHeadline5TextBlock}" Margin="0 24">Checkboxes</TextBlock> |
| 270 | + <smtx:XamlDisplay Key="fields_31" Grid.Row="8" HorizontalAlignment="Left"> |
250 | 271 | <StackPanel Margin="8 0"> |
251 | 272 | <CheckBox IsChecked="True">Checked</CheckBox> |
252 | 273 | <CheckBox IsChecked="False">Unchecked</CheckBox> |
|
0 commit comments