Auto Size of GGC

Hi All,

I want to resize the gridgroupingcontrol based on the size of parent control(means if i change the size of form then control should automatically change the size to fit into the form)

Please reply me as soon as possible.

Thanks and Regards
K.Sathishkumar

3 Replies

HA haneefm Syncfusion Team May 7, 2007 08:22 PM UTC

Hi Sathish,

You can try setting the Anchor property of the grid.

this.gridGroupingControl1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right ;

Best regards,
Haneef


SK Sathishkumar Kaliavaradhan May 8, 2007 07:28 AM UTC

Hi Haneef,

Sorry i think you didn't got my requirement.if i change the size of form then it automatically expand the control also but inside the control i want to expand the columns so that it will divide the whole control width into all column width.

i want to fit all the columns into size of the control automatically.

Thanks and Regards
k.Sathishkumar.


RA Rajagopal Syncfusion Team May 8, 2007 09:54 PM UTC

Hi Sathish,

Please refer this forum thread that deals with this query.
http://www.syncfusion.com/support/Forums/message.aspx?MessageID=52070

Thanks,
Rajagopal

Loader.
Up arrow icon