Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Latly it would seem as though I'm don't abnegate from anything... except women. :( :)
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...