Julien

Results 5 comments of Julien

I'm facing the same problem here. I found a little workaround with a initialize method in the view model who loads the selected item again (this method is called before...

@ss1969 I have one if you want. The item displayed have a boolean property IsSelected. When I display the page, in the xaml part I bind this property to a...

> @Pnixys Coincidentally, I've add this "IsSelected" property in my Model also, to make the View to be affected. And in the setter of "SelectedItems" of collectionview, I added a...