Hi,
is it possible to add scrollview to a frame?
Because I've tried in this way
<ScrollViewer HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto"><Frame Name="myFrame" ScrollViewer.CanContentScroll="True" HorizontalAlignment="Left" Margin="10,10,0,-306.764" Width="752.685"/></ScrollViewer>
and it's doesn't work.. Am I wrong something? Where/What?
Thank in advanced
Ludo