We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon