If set to TRUE, the tabs will always vary width filling the whole width when possible, otherwise tabs will always have the minimum possible size.
TabBar.expandTabs
bool expandTabs() @property nothrowGet expandTabs property.
Returns
Whether tabs expand to full width.
void expandTabs(bool propval) @property nothrowSet expandTabs property.
Parameters
propval | Whether tabs expand to full width. If set to TRUE, the tabs will always vary width filling the whole width when possible, otherwise tabs will always have the minimum possible size. |