I use the ComboboxAdv control with a list of parameters that are set before executing some action on data,
The Item has three fields:
int Level
string Description
bool IsSelected
Using your samples I've been able to get the selected items and pass them to the code reading the selected items collection of the Combobox.
It would be easier however to be able to bind the IsSelected property to the IsSelected of the checkbox of the item inside the ComboboxAdv and use then just the collection in my view model from the code.
Something like a IsSelectedMemberPath="IsSelected"
That could be very useful
is there a way to do it or maybe we can add it to a wishlist for the future?
thanks
Sabrina