we add a custom tab to the settings pane. This Tab is placed behind all standard tabs. Is
it possible to move the custom tab to first position or die select this tab on opening the
settings pane?
See attached pic!
Thanks
Regards
Rene
3 Answers, 1 is accepted
0
Petar Mladenov
Telerik team
answered on 10 Jun 2014, 11:07 AM
Hello Rene,
You can add / remove / reorder tabs in the SettingsPane by editing the SettingsPaneViewStyle. Here you can find more info about the Template Structure of SettingsPaneView. You can also check our Custom SettingsPane example in GitHub. In Resources.xaml you can see and edited Style targeting SettingsPaneView in which you can directly add/remove reorder new / existing tabs.
Regards,
Petar Mladenov
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
thanks a lot, but is there no easier way to do this?
Best Regards
Rene
0
Petar Mladenov
Telerik team
answered on 11 Jun 2014, 06:45 AM
Hello Rene,
We think this is the correct and easier to maintain way to achieve customizing tabs in SettingsPane. Adding Tab can also be achieved in code behind with subscribing to events / OnApplyTemplate but it is considered a bad practice.
Regards,
Petar Mladenov
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.