Grid databound grid doesn''t show HScroll

I set the properties of GDBG : HScrollBehavior = AutoScroll HScrollPixel = false But it doesn''t show the Hscroll. Thanks

1 Reply

AD Administrator Syncfusion Team January 28, 2005 05:53 AM UTC

>>AutoScroll Try this property setting. Me.GridDataBoundGrid1.HScrollBehavior = GridScrollbarMode.AutoScroll Or GridScrollbarMode.Automatic

Loader.
Up arrow icon