SR
Sri Rajan
Syncfusion Team
April 19, 2008 04:12 AM UTC
HiAbhijit,
Thank you for your patience.
Here is the code to control the size of the GridListControl.
this.gridControl1.CurrentCellShowingDropDown += new GridCurrentCellShowingDropDownEventHandler(gridControl1_CurrentCellShowingDropDown);
void gridControl1_CurrentCellShowingDropDown(object sender, GridCurrentCellShowingDropDownEventArgs e)
{
e.Size = new Size(100, 200);
}
Please let me know if this helps.
Best Regards,
Srirajan