Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I was wondering if anyone could help me with the following problems:

 

1) Is there a way to disable the verical scrollbar on a datagrid??

2) Also is there a way to tell whether the horizontal scrollbar has been enabled on a datagrid??

 

I am writing my application in vb.net, so any help would be appreshiated.

 

Thanks

 

Simon

Posted

Simon:

You can get a reference to both the HScrollBar and VScrollBar of the DataGrid through its Controls collection. Once you get the references, you can manipulate them as you would any other Control on the Form.

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...