|
-
August 2nd, 2010, 05:09 AM
#1
Horizontal/Vertical Scrollbar for Silverlight page
Hi All
I want the silverlight web page to have scrolling capability. At present when i build and test the solution, the web browser doesn't display the contents completely as the contents are extending beyond the web browser window. I am not able to scroll it either horizontally nor vertically to see the full page contents because silverlight is not showing any (auto)scrollbars.
I have add ScrollViewer.HorizontalScrollBarVisibility="Visible" and ScrollViewer.VerticalScrollBarVisibility="Visible".
How could this problem be overcome?
NOTE: My silverlight canvas height is 1200 and width is 1500. Hence the web browser doesn't display the contents completely.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|