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
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 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

