scrollview - Reset the scrollviewer to its initial position with Silverlight -


I have a silverlight app, which includes a scroll viewer in the grid layout.

When I move the scroller down and close this grid with a closed grid, whenever I open the grid again, the scroller is left below.

grdDetail.ScrollToVerticalOffset (0d);

OR

grdDetail.ScrollToTop ();

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

memcached - Django cache performance -

java : convert string value to int -