.net - Silverlight ScrollViewer or HorizontalScrollBar -


I have the ScrollViewer and the child stack panel. When I add content, I need my horizontal scrollbar. how to do this? Items dynamically added to the stack panel item I am trying to use this. ScrollViewer.ScrollToRight (); But this is not always a scrolling.

"myScroll" is the name of the scroll viewer.

  myScroll.ScrollToHorizontalOffset (myScroll.ExtentWidth);  

Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -