Back to Devexpress

TabView.ItemHeaderPlacementOnSelection Property

mobilecontrols-devexpress-dot-xamarinforms-dot-navigation-dot-tabview-5cc21c34.md

latest1.7 KB
Original Source

TabView.ItemHeaderPlacementOnSelection Property

Gets or sets a value that specifies how the TabView positions newly selected items.

Namespace : DevExpress.XamarinForms.Navigation

Assembly : DevExpress.XamarinForms.Navigation.dll

NuGet Package : DevExpress.XamarinForms.Navigation

Declaration

csharp
public ItemHeaderPlacement ItemHeaderPlacementOnSelection { get; set; }

Property Value

TypeDescription
ItemHeaderPlacement

The value that specifies how the TabView positions newly selected items.

|

Available values:

NameDescription
Center

The selected item header is centered in the header panel.

| | Edge |

The selected item header is shifted in the header panel to be fully visible.

|

Remarks

The Tab View supports the following values:

|

Value

|

Sample Image

|

Description

| | --- | --- | --- | |

Center

|

|

The selected item header is centered in the header panel.

| |

Edge

|

|

The selected item header is shifted in the header panel to be fully visible.

|

See Also

TabView Class

TabView Members

DevExpress.XamarinForms.Navigation Namespace