AD
Administrator
Syncfusion Team
October 22, 2002 07:07 PM UTC
You can set the VScrollBehavior and HScrollBehavior proerties of GridControl.
gridControl1.VScrollBehavior = GridScrollbarMode.Disabled;
gridControl1.HScrollBehavior = GridScrollbarMode.Disabled;
AK
Amanda Kabak
October 23, 2002 10:09 AM UTC
I've done that in design mode within the grid properties, but it doesn't change how that grid is displayed in design mode. As I'm building these grids in a class library, I haven't yet tested it at run-time, but are the scroll bars supposed to disappear at design time? If they don't, it makes it somewhat hard to size the grid properly if there end up being no scroll bars at run time.
AD
Administrator
Syncfusion Team
October 24, 2002 08:23 AM UTC
Amanda,
We will try to change the designer so these property settings affect the grid on the design surface. We hope to have a release in the next few days, and we'l try to get this change into that release.
Regards,
Clay