datagrid scroll bars

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When using a datagrid contol my scroll bars are always disabled. How can I
enable my scroll bars on a datagrid control.
 
Hi Mark,

Do you have any portion of your code?.

Have you the control Enabled property to False value?
Check this first.
Normally, the control is Enabled (True) by default. If the information is
too big, the scrollbars will be enabled, but if the information is too big
and the Enabled property is False, the scrollbars will be disabled.

I hope that helps.

Anyway, I haven't any problem with this control.

King Regards,

Jorge Serrano Pérez
MVP VB.NET
 
Back
Top