Feed on
Posts
Comments

Posts Tagged ‘Scrollviewer’

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″ [...]

Read Full Post »