Skip to main content

Microsoft Silverlight

Answered Question Scrollbar in navigation frameRSS Feed

(0)

danielvelgar2
danielve...

Member

Member

5 points

12 Posts

Scrollbar in navigation frame

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
SteveWong

Contributor

Contributor

6343 points

1,281 Posts

Answered Question

Re: Scrollbar in navigation frame

Add a scrollviewer and add the page into scrollviewer as a childern

my_Scrollviewer.content = yourpage;

Regards,
SteveWong (HongKong)
Please mark post as answer if they help you

Client App Dev
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities