The option ScrollBars
is as Both
, but they are not appearing at all. I do not even have code to exemplify. Has anyone ever been through this?
I'm loading a datagridview
, but the scroll bars are not appearing.
The option ScrollBars
is as Both
, but they are not appearing at all. I do not even have code to exemplify. Has anyone ever been through this?
I'm loading a datagridview
, but the scroll bars are not appearing.
Typically, when some columns are frozen ("frozen") the scrollbars do not appear. See if any of the columns are "frozen". Use the image below as a reference (removed from a similar answer in the stack overflow in English):
Only the fully left columns can be frozen and, in addition, at least one of the frozen columns must be visible.