Declined
Last Updated: 15 May 2017 08:12 by ADMIN
ADMIN
Tsvyatko
Created on: 08 May 2017 09:23
Category: UI for Xamarin
Type: Feature Request
0
TabView: Ability to control the tabitems horizontal options
Provide the ability to Center tab items horizontally.

Note:
This is already implemented, just set the HorizontalOptions of the header item to Center:
<telerikPrimitives:TabViewItem>
 <telerikPrimitives:TabViewItem.Header>
  <telerikPrimitives:TabViewHeaderItem Text="Home" HorizontalOptions="Center" />
 </telerikPrimitives:TabViewItem.Header>
1 comment
ADMIN
Petar Marchev
Posted on: 15 May 2017 08:11
Note:
This is already implemented, just set the HorizontalOptions of the header item to Center:
<telerikPrimitives:TabViewItem>
 <telerikPrimitives:TabViewItem.Header>
  <telerikPrimitives:TabViewHeaderItem Text="Home" HorizontalOptions="Center" />
 </telerikPrimitives:TabViewItem.Header>