Skip to main content

TabItemLength Struct

The item length that supports the automatically calculated size, and size measured as a weighted proportion of the available space.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

Declaration

public struct TabItemLength

Remarks

The following example shows how you can set an item size:

<dxn:TabView ItemHeaderWidth="Auto"/>
<!-- Or -->
<dxn:TabView ItemHeaderWidth="2*"/>
<!-- Or -->
<dxn:TabView ItemHeaderWidth="90"/>
See Also