Skip to main content
A newer version of this page is available. .

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

Declaration

public ItemHeaderPlacement ItemHeaderPlacementOnSelection { get; set; }

Property Value

Type Description
ItemHeaderPlacement

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

Available values:

Name Description
Center

The Tab View centers the selected item header in the header panel.

Edge

The Tab View repositions the selected item header in the header panel to make it completely visible.

Remarks

The Tab View supports the following values:

Value

Sample Image

Description

Center

The Tab View centers the selected item header in the header panel.

Edge

The Tab View repositions the selected item header in the header panel to make it completely visible.

See Also