Skip to main content
Home Forums General Silverlight Getting Started Scrollbar in navigation frame
1 replies. Latest Post by SteveWong on June 25, 2009.
(0)
danielve...
Member
5 points
12 Posts
06-24-2009 4:35 PM |
Hi I am testing the new Navigation Application of Silverlight 3 and I already inserted my usercontrol inside the MainPage.xaml. The problem is that my Page1.xaml is bigger than the MainPage.xaml and I can't see the whole page. I would like to see the vertical scrollbar inside the frame because I have some other stuff before. Can anyone help me? ... Thank you
SteveWong
Contributor
6343 points
1,281 Posts
06-25-2009 2:21 PM |
Add a scrollviewer and add the page into scrollviewer as a childern
my_Scrollviewer.content = yourpage;