All Questions
1 question
0
votes
1
answer
216
views
Threestate checkbox inital binding Windows Store App / RT
my checkbox doesn't bind the initial value correctly on startup:
<CheckBox IsThreeState="True" IsChecked="{Binding StartWithSettings,Mode=TwoWay}"/>
The checkbox is displayed empty on startup, ...