We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8348e71 + 0ed48cd commit 38c4b8eCopy full SHA for 38c4b8e
Samples/CheckItem-By-Property/MainWindow.xaml
@@ -25,11 +25,11 @@
25
Margin="20">
26
27
<!--Binding the IsChecked property from ViewModel-->
28
- <syncfusion:CheckListBox.ItemContainerStyle>
+ <syncfusion:CheckListBox.Resources>
29
<Style TargetType="syncfusion:CheckListBoxItem">
30
<Setter Property="IsChecked" Value="{Binding Mode=TwoWay, Path=IsChecked}"/>
31
</Style>
32
- </syncfusion:CheckListBox.ItemContainerStyle>
+ </syncfusion:CheckListBox.Resources>
33
34
<!--Disable the Virtualization to update the checked item-->
35
<syncfusion:CheckListBox.ItemsPanel>
0 commit comments