Home
> Uncategorized > Scrollable image in WP7/XAML
Scrollable image in WP7/XAML
Probably really obvious for anybody who’s worked with XAML before, but I was happy with a little discovery, where you can show an image and have it scroll too…
<ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto"> <Image HorizontalAlignment="Stretch" Margin="0" Name="image1" Stretch="None" VerticalAlignment="Stretch" Source="/ScrollViewer2;component/Images/dubai.png" /> </ScrollViewer>
Categories: Uncategorized
Comments (0)
Trackbacks (0)
Leave a comment
Trackback