TabView.HeaderPanelWidth Property
Gets or sets the header panel’s width when the HeaderPanelPosition is set to Left or Right.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
Declaration
public TabHeaderLength HeaderPanelWidth { get; set; }
Property Value
Type | Description |
---|---|
TabHeaderLength | The width of the header panel when the HeaderPanelPosition is set to Left or Right. |
Remarks
Note that the Tab View computes item header size differently for various HeaderPanelPositions:
Position | Width | Height |
---|---|---|
Top, Bottom | Actual Item Header Width | |
Left, Right |
| Actual Item Header Height |
Note that the Tab View calculates actual values as follows:
The Actual Item Header Width is equal to TabItem.HeaderWidth if it does not equal HeaderItemLength.Default; otherwise, the actual width equals TabView.ItemHeaderWidth.
The Actual Item Header Height is equal to TabItem.HeaderHeight if it does not equal HeaderItemLength.Default; otherwise, the actual width equals TabView.ItemHeaderHeight.