Hi, I wanna know how to resize the radpanelbar, once I run the application like the case of windows outlook.the problem is that I can do it out of execution but when I run the aplication, no way to do it.
1 Answer, 1 is accepted
0
Boyko Markov
Telerik team
answered on 03 Jul 2007, 08:09 AM
Hi Bahri,
To resize the RadPanelBar in run-time you could use its dock and anchor properties, or you can change its size using the Size property. Do you want to achieve the exact behavior of Outlook? If so, you should use splitters in your application and resize your control using them.
If you need further assistance please write me back.