Click here to Skip to main content
15,903,033 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi In my form I put a panel and put my controls on it.
I want when the forms be maximize or minimize by user, controls be shown as change size of form.

For one control it is possible. But for some controls , not.
For example I use 2 radpageview in form . when the form size will be changed, it will be not what I wants.

How can I do this?

Thanks very much
Posted
Comments
BulletVictim 20-Aug-13 4:15am    
You could try adding a panel and the docking the control to the panel. Then on the form size changed event change the panels size parameters instead of the control contained in the panel.

For something clearer I would need to see the source code on the re-size of your controls and need to know how and if you changed the properties of the control in the GUI side.
BillWoodruff 21-Aug-13 18:58pm    
You are using Telerik's controls, if you bought such an expensive set of controls, why don't you ask on the Telerik support forums. By the careful, selective, use of Anchor, Dock, Margin, and Padding, I don't see any problem doing what you are describing with any Windows Form and its standard control components.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900