Silverlight DataGrid vertical scrollbar issue
Posted
by philbrowndotcom
on Stack Overflow
See other posts from Stack Overflow
or by philbrowndotcom
Published on 2010-06-14T17:48:30Z
Indexed on
2010/06/14
17:52 UTC
Read the original article
Hit count: 402
I have a DataGrid in my silverlight application and I'm wondering how to get the same behavior for the vertical scrolling as the horizontal scrolling. When I resize the browser horizontally, The app will bunch up all the controls and the horizontal scrollbar will appear, however when I resize it vertially, the controls at the bottom of the app just move out of view. Does anyone know any tricks to handle something like this?
© Stack Overflow or respective owner