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