ScrollViewer and Big Ellipse
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" HorizontalAlignment="Center" VerticalAlignment="Center"> <ScrollViewer HorizontalScrollBarVisibility="Auto"> <Ellipse Fill="Green" Height="1000" Width="2000" /> </ScrollViewer> </Page>
1. | Put Canvas into ScrollViewer | ||
2. | Default Thumb Style | ||
3. | StackPanel in a ScrollViewer | ||
4. | Use the content-scrolling methods of the ScrollViewer class |