Declined
Last Updated: 24 Jul 2018 15:08 by ADMIN
ADMIN
Lance | Manager Technical Support
Created on: 06 Jul 2018 19:04
Category: TabView
Type: Feature Request
0
TabView: Side-Alignment of TabHeaders
This feature request asks for the option to align the TabViewItemHeaders to one side of the HeaderPosition, using the minimal amount of horizontal space (rendered as if they're in a horizontal StackLayout)

As a good example, the UI for WPF TabControl does this, notice the tab headers are left-aligned: https://docs.telerik.com/devtools/wpf/controls/radtabcontrol/overview2 
1 comment
ADMIN
Yana
Posted on: 24 Jul 2018 15:08
Hi, 

This functionality is available through the HorizontalOptions property of the TabViewHeaderItem, you could set it like this:

 <telerikPrimitives:TabViewItem HeaderText="Home">
                <telerikPrimitives:TabViewItem.Header>
                    <telerikPrimitives:TabViewHeaderItem HorizontalOptions="Start" Text="Home" />
                </telerikPrimitives:TabViewItem.Header>
 </telerikPrimitives:TabViewItem>

I've updated the status of the item to "Declined".

Regards,
Yana