I've run into this issue in my application and was wondering if there's any way around it:
I bind data to my GridView and all my columns are set up to have a width of Auto. If there are too many columns, when the view opens, the horizontal scroll bar doesn't know how wide the GridView is. This is causing the horizontal scroll bar to dynamically resize itself as the user is scrolling to the right.
Is there any way to avoid this?
Thanks!
I bind data to my GridView and all my columns are set up to have a width of Auto. If there are too many columns, when the view opens, the horizontal scroll bar doesn't know how wide the GridView is. This is causing the horizontal scroll bar to dynamically resize itself as the user is scrolling to the right.
Is there any way to avoid this?
Thanks!