Is it possible to manipulate the ListPicker of the WPToolkit on Windows Phone 8, so that I can deactivate some elements? I have a list of elements and some elements shouldn't be selected by the user, but these items neeed to show up on the ListPicker, so I can't remove them from the collection. I've tried setting up IsHitTestVisible to true in the DataTemplate of the FullMode, but this doesn't work.
So is there a way to show elements withing the ListPicker, but prevent the ListPicker from selecting these elements?