cpr.controls.TabItemSizing

Index

Properties
Name Type Description
auto String Match the width of the tab items to the content.
fill String Evenly distribute the width of the tab items and fill it up.
fixed String Fix the width of tab items to a specific value.

Properties

auto
type String
Match the width of the tab items to the content.
fill
type String
Evenly distribute the width of the tab items and fill it up. *
fixed
type String
Fix the width of tab items to a specific value. Text of items with insufficient space may be cut off.