Is it possible to change in the code behind the order for statically created panels?
The only way I can think of doing it is to create each panel as a user control, and dynamically add them.
Andy
1 Answer, 1 is accepted
0
Ivan Danchev
Telerik team
answered on 23 Jan 2017, 06:57 AM
Hello Andy,
Once the PanelBarItems are declared if you want to change their order you will have to use the Add and Remove methods to create the desired order, as demonstrated in this documentation article.