Tuesday, July 30, 2013

ScrollViewer keeps moving back

The ScrollViewer's default behavior is to bring the focused item into view. This will snap to the beginning of the item.


You can disable it for your ScrollViewer by setting http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.scrollviewer.bringintoviewonfocuschange.aspx to false.


--Rob


No comments:

Post a Comment