VH
Vignesh H
Syncfusion Team
July 26, 2007 10:50 PM UTC
Hi,
Thanks for using Syncfusion products.
Query:
I want these panels and gridGroupingControls automatically fill the screen properly if I maximize the form.
Solution:
Using the anchor property of the panel and the grid control, one can make the panels expand and fill the screen when maximized. Here is the code snippet given below or the property can be changed at the designer too.
gridGroupingControl1.Anchor = AnchorStyles.Left;
Kindly let me know if it helps you.
Regards
Vignesh
WJ
Wen Jiang
July 27, 2007 01:20 PM UTC
Vignesh,
Thank you. This works.
Wen
>
Hi,
Thanks for using Syncfusion products.
Query:
I want these panels and gridGroupingControls automatically fill the screen properly if I maximize the form.
Solution:
Using the anchor property of the panel and the grid control, one can make the panels expand and fill the screen when maximized. Here is the code snippet given below or the property can be changed at the designer too.
gridGroupingControl1.Anchor = AnchorStyles.Left;
Kindly let me know if it helps you.
Regards
Vignesh