GMMorris Posted March 17, 2004 Posted March 17, 2004 Hi, Any one know a way to set a sdatagrid's scrollbar's location to the end? What I mean is I want, programaticaly, to move the scroll bar all the way to the right. Thanks Quote Latly it would seem as though I'm don't abnegate from anything... except women. :( :)
GMMorris Posted March 19, 2004 Author Posted March 19, 2004 Is there no way to controll the scrollbars? Quote Latly it would seem as though I'm don't abnegate from anything... except women. :( :)
RobEmDee Posted March 22, 2004 Posted March 22, 2004 DataGrid Scrollbars The DataGrid has an HScrollBar and VScrollBar in its Control[] collection(HScrollbar is at position 0). If you declare your own HScrollBar and set it equal to the HScrollBar from the DataGrid Control collection, you will then have control over it. You can move it using the Value property of the your HScrollBar. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.