Scroll Bars

How to enable Vertical/Horizontal Scrollbars in GGC? I got it working, but after i changed the column/datasource creation and binding its kind of lost.
I am using GGC as part of TabPage control under TabControlAdv.

2 Replies

AD Administrator Syncfusion Team November 20, 2006 08:45 PM UTC



>How to enable Vertical/Horizontal Scrollbars in GGC? I got it working, but after i changed the column/datasource creation and binding its kind of lost.
I am using GGC as part of TabPage control under TabControlAdv.

BTW,
this.groupGridControl.TableControl.HScrollBehavior = GridScrollbarMode.Automatic;
this.groupGridControl.TableControl.VScrollBehavior = GridScrollbarMode.Automatic;

not helping


AD Administrator Syncfusion Team November 21, 2006 06:00 AM UTC

Hi Dev,

The changes are done in the underlying Datasource that immediately reflect the GridGrouping control if you call ReIntialize() method.

If this is not what you need, can you post a sample showing this problem or tell us how to see it in one of our samples?

Best Regards,
Haneef

Loader.
Up arrow icon