|
-
Dec 5th, 2024, 03:15 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] DataGridView and scrollbars
I want to control when DGV scrollbars will show themselves. I do not want to have a horizontal scroll bar at all and I want the vertical scrollbar to show all the time the form is displaying the DGV.
Currently, I keep the horizontal scrollbar from showing by setting the column width properties of the displayed columns, and a panel surrounding the DGV using the height settings.
I have been attempting to do this using the scrollbars property for the dgv, without success.
Can I even control this using the scrollbar property?
-
Dec 5th, 2024, 06:54 PM
#2
Thread Starter
Fanatic Member
Re: DataGridView and scrollbars
Thanks. That was what I needed to know. I have been trying to figure that out for awhile.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|