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

Place additional content to the *left* of the tab strip

1 Answer 175 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 30 Jun 2017, 05:58 PM

I'd like to place additional content to *left* of a standard, top/left aligned set of tabs. I know that RadTabControl offers an AdditionalContent property, which allows me to specify the necessary content, but it always places that content on the far-right edge of the tab strip. How can I shift that to the left edge of the tab strip?

1 Answer, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 04 Jul 2017, 03:47 PM
Hello Jeff,

Thank you for your interest in RadTabControl.

Changing the position of the AdditionalContent property is not supported out of the box. To do that you can extract and edit the default template of the control. In the Editing Control Templates help article you can read how you can extract the default templates of the controls.

In your case, in the extracted template of the control, you can navigate to an element  with x:Name="AdditionalContentTransform" and set the Dock attached property to Left.

Regards,
Dinko
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which you to write beautiful native mobile apps using a single shared C# codebase.
Tags
TabControl
Asked by
Jeff
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Share this question
or