AD
Administrator
Syncfusion Team
March 25, 2004 04:10 PM UTC
In addition to setting HScrollBehavior and VScrollBehavior to GridScrollbarMode.Disabled, try setting
this.gridDataBoundGrid1.HScroll = false;
this.gridDataBoundGrid1.VScroll = false;
Depending upon exactly how you have your grid parented, and when you set the values in the grid, these properties may need to be reset as well.