Scrolling In ItemsControl
Posted in Silverlight, tagged Scrollviewer on May 9, 2008 | 1 Comment »
Here is one way to control a ScrollViewer without Scrollbar
Let say we have this basic UI
A button on the left to scroll to the left, A button on the right to scroll right and ItemsControl between the buttons which is what we are going to scroll when the buttons are clicked
<UserControl.Resources>
<DataTemplate x:Key=”dt”>
<TextBlock Margin=”5,0,0,0″ [...]