scrollbar in grid


hi all,
trying enable scrollbar in grid cannot it. tried using the code below, there no change. can me?

scrollviewer.verticalscrollbarvisibility="visible"

thanks in anticipation,

amol parikh

 

you can place grid in scrollviewer control.

<scrollviewer verticalscrollbarvisibility="auto">     <grid height="1000" />  </scrollviewer>


 



Silverlight  >  Programming Silverlight with .NET – General



Comments

Popular posts from this blog

SQL Server PSProvider SQL Server Authentication

How to calculate the delta size while diffing the files in TeamFoundationServer ?

How to capture screen in silverlight apps