Skip to content

Commit 81128a7

Browse files
corvinszCorvin Szimion
andauthored
Fix typo and make ListBoxItems toggleable in Demo (#3680)
* fixed typo in tool tip in MenusAndToolBars * Make ListBoxItem in Demo actually toggleable that should be toggleable --------- Co-authored-by: Corvin Szimion <[email protected]>
1 parent 46dc013 commit 81128a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MainDemo.Wpf/MenusAndToolBars.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@
216216

217217
<Separator />
218218

219-
<ListBox>
220-
<ListBoxItem ToolTip="This is a lonley toggle with TextBlock instead of icon">
219+
<ListBox materialDesign:ListBoxAssist.CanUserToggleSelectedItem="True">
220+
<ListBoxItem ToolTip="This is a lonely toggle with TextBlock instead of icon">
221221
<TextBlock Text="W" />
222222
</ListBoxItem>
223223
</ListBox>

0 commit comments

Comments
 (0)