Skip to content

Commit 291c734

Browse files
committed
Removed styling for flat toggle list box
1 parent 7f72464 commit 291c734

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

MainDemo.Wpf/Buttons.xaml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -304,29 +304,7 @@
304304
</ListBoxItem>
305305
</ListBox>
306306

307-
<ListBox Grid.Column="1" Grid.Row="1" Style="{StaticResource MaterialDesignFlatToggleListBox}" SelectedIndex="0">
308-
<ListBox.ToolTip>
309-
<StackPanel>
310-
<TextBlock Text="MaterialDesignFlatToggleListBox" />
311-
<TextBlock Text="Exclusive selection" />
312-
<TextBlock Text="ListBoxAssist.IsToggle allows more natural toggle behaviour" />
313-
</StackPanel>
314-
</ListBox.ToolTip>
315-
<ListBoxItem>
316-
<TextBlock Text="00:00"/>
317-
</ListBoxItem>
318-
<ListBoxItem>
319-
<TextBlock Text="06:00"/>
320-
</ListBoxItem>
321-
<ListBoxItem>
322-
<TextBlock Text="12:00"/>
323-
</ListBoxItem>
324-
<ListBoxItem>
325-
<TextBlock Text="18:00"/>
326-
</ListBoxItem>
327-
</ListBox>
328-
329-
<ListBox Grid.Column="1" Grid.Row="2" Style="{StaticResource MaterialDesignToolToggleListBox}"
307+
<ListBox Grid.Column="1" Grid.Row="1" Style="{StaticResource MaterialDesignToolToggleListBox}"
330308
SelectionMode="Extended"
331309
Margin="0 8 0 0">
332310
<ListBox.ToolTip>

0 commit comments

Comments
 (0)