I have list of check boxes. The Content binding works fine. I have a list of Settings in the Application Settings of type bool. My question, how to bind IsChecked to these Settings ?
Your help is greatly appreciated.
<ListBox Name="CheckBoxZone" ItemsSource="{Binding mySourceProperty}"> <ListBox.ItemTemplate> <DataTemplate> <CheckBox Name="CheckBoxZone" Content="{Binding Text}" IsChecked="{Binding IsChkd}" /> DataTemplate> ListBox.ItemTemplate> ListBox>
Rafnas T PPosted Feb 2, 2017, 11:25 PM
Amit GuptaPosted Feb 2, 2017, 1:57 PM
Simba WhitePosted Feb 2, 2017, 1:52 PM
Amit GuptaPosted Feb 2, 2017, 12:15 PM
Simba WhitePosted Feb 2, 2017, 10:48 AM
Simba WhitePosted Feb 2, 2017, 10:42 AM
Amit GuptaPosted Feb 2, 2017, 10:01 AM