I am using c# to code and i have a parent grid called myGrid which contains childGrid and this childGrid contains various rows and i found that rows are crossing the border of myGrid (which is parent of childGrid).
I tried to something like :
myGrid.Verticalslide = auto;
but here in silverlight we dont have this facility how to achieve the target of having vertical slider so that i will be able to see all my UI elements on sliding vertically .
How to do this in silverlight?