Results 1 to 2 of 2

Thread: [RESOLVED] DataGridView and scrollbars

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2011
    Location
    Oregon City, Oregon
    Posts
    705

    Resolved [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?

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2011
    Location
    Oregon City, Oregon
    Posts
    705

    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
  •  



Click Here to Expand Forum to Full Width