Click here to Skip to main content
15,891,788 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
In one Xaml Page i'm adding 18 Graphs. During Execution due to screen availability i cant able to view the Full page. Can any one suggest me for Scroll bar and hw it used to work.I have written the below code but it doesn't work.
<ScrollViewer HorizontalScrollBarVisibility="Visible" Height=" 3000" Width="2000" VerticalScrollBarVisibility="Visible" ScrollChanged="ScrollViewer_ScrollChanged">
</ScrollViewer>


Regards
Balamurugan
Posted

1 solution

XML
This is the Code for scrollviewer:
 <scrollviewer horizontalscrollbarvisibility="Auto" verticalscrollbarvisibility="Auto">
</scrollviewer>

This will work.
 
Share this answer
 
v2

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