Click here to Skip to main content
15,911,890 members

Comments by AvuMxl (Top 6 by date)

AvuMxl 21-Feb-17 7:50am View    
So I should bind the SelectedIndex to the IsChecked property in the VM?
AvuMxl 21-Feb-17 7:39am View    
Thanks, I've done that, but it still does not "communicate" with the Togglebutton
AvuMxl 21-Feb-17 7:26am View    
I think I will go with option 1 - I have never used 2 before.
In my VM I already have logic that reads the .xml file, looks for the players that are linked to the team and for now I display them in a Messagebox just for testing purposes. So when you say I should bind SelectedIndex you mean bind the Method I have this logic in to the selectedIndex? if so, how do I make the link to the Togglebutton then because that is what is left now?
AvuMxl 21-Feb-17 7:01am View    
The requirement is that when an item in the combobox is selected, the togglebutton with the names of the players that are linked to the combobox item (team) should be checked. So i thought linking the selection of the the combobox is what I need here but a different solution is accepted too...What I cannot do is have to press a button to show this link, this should happen "automatically" after the user selects a team from the combobox. I hope this is clearer...
AvuMxl 26-Oct-16 8:07am View    
Okay thanks