GridGroupDropArea Resizing

I want to disable resizing the group drop area so that it stays at the default size. I tried setting the GridGroupDropArea.AllowSizeGrip property to false but that didn''t work. The GroupDropPanel property of the gridgrouping control didn''t seem to have any properties or methods that would allow me to disable it either. Any suggestions?

1 Reply

ST stanleyj Syncfusion Team December 20, 2005 12:30 PM UTC

Hi Will, There is a splitter between the GridGroupDropArea and the Grouping grid, the same can also be accessed. this.gridGroupingControl1.Splitter.Cursor = Cursors.Arrow; this.gridGroupingControl1.Splitter.BackColor = Color.White; this.gridGroupingControl1.Splitter.Dock = DockStyle.Bottom; Best regards, Stanley

Loader.
Up arrow icon