Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

Im using vb.net and WPF .

In my WPF page ,i have a frame .

how to give scrollbar for WPF Frame either in XAML or
set property of Frame

This is a windows appliaction

Kindly guide me

Thanks in advance

Regards

Naveen...
Posted
Updated 18-Mar-10 21:12pm
v2

1 solution

The Scrollviewer seems to be the control that most of the google hits for 'WPF scroll panel' gives me, so that must be it.
 
Share this answer
 
Comments
Steve Shoop 28-Jul-10 22:20pm    
You add Scrollviewer Control or anything you want to the frame content page. What ever is in the page you assign to the frame will be there at run time.... Provided the frame size allows for the content size of the assigned page.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900