This is a migrated thread and some comments may be shown as answers.

RadPanel AutoSize around controls

1 Answer 195 Views
Panel
This is a migrated thread and some comments may be shown as answers.
Jim Cline
Top achievements
Rank 1
Jim Cline asked on 03 Jul 2010, 05:45 PM
I am trying to get the RadPanel to have the same behavior as the stock Panel class when it is set to AutoSize = true and AutoSizeMode = GrowAndShrink

How can this be achieved?

Thanks,
Jim

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 06 Jul 2010, 07:52 AM
Hello Jim Cline,

Thank you for contacting us.

Our RadPanel doesn't support such functionality because it doesn't inherit from Microsoft's panel, but from ScrollableControl. What we can do here is just put a WinfowsForms Panel, then in it put RadPanel, dock it to fill and then put whatever controls you want in there, and you will have this functionality.

I hope you find this information helpful.

 

Best wishes,
Stefan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Panel
Asked by
Jim Cline
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or