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
Post a Comment