I am using ListPicker from the latest Silverlight Toolkit on Mango
I have a long list (100 elements) of simple text elements for selection - using the single element selection mode.
When I click on ListPicker, it opens in full screen mode very well, but it does not scroll to the current selection.
This is a pain for the user who usually wants to switch from "item75" to "item76"
I looked at the available properties, events, and source code, but I donβt see any obvious way to get the list for scrolling the currently selected item into the list when I open full screen mode.
Does anyone have any ideas?
source share