Winforms C# VerticalScroll Bar on DataGridview not displayed

Viewed 31

My windows form application ,I have a gridview on my application and displays all the data required.

Problem is the vertical scrollbar is not visible, but when you scroll your mouse up and down it works.

Any specific property that I need to check?

Please note the scrollbar property's value is already set to BOTH screenshot below:

property

the gridview columns are also set / defined manually and not auto generated, autogeneratecolumn is false

this is my application screenshot below:

application

0 Answers
Related