Hello,
I need to change in SettingsPane, remove Home Tab and Text, and change the content of Style Tab.
How can I do this?
I saw to projects called CustomSettingsPane, but they are not that clear for me.
Can you help me and give me a simple project to follow?
Thank you.
1 Answer, 1 is accepted
0
Pavel R. Pavlov
Telerik team
answered on 10 Dec 2014, 09:37 AM
Hi Alaa,
I am not sure what exactly is not clear to you in the mentioned project. This is why I will try to elaborate on the approach that is used.
If you take a look at the Resources.xaml file you will see that there is a Style targeting the SettingsPaneView. That style predefines the Template of the SettingsPane. This is how the customization is done. Note that in the customized Template there is a RadTabControl which hosts the tabs. Following this approach you will be able to define the RadTabItems (and their content) as you need.
I hope that this information will get you started with the required customizations.
Regards,
Pavel R. Pavlov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.