tabsRaggedRight

Type: Boolean

Availability: Read or write at any time

The tabsRaggedRight property specifies whether the tabs in a line of a Folder control are stretched to fill the available space for the tab line.

The default value for this property is false, indicating that the tabs are stretched to fill the available space in the tab line.

If you set the tabsRaggedRight property to true, the tabs are sized only to fit the icon and text of the sheet. If you set the tabsFixedWidth property to true, all tabs use the size of the largest required tab.

This property is ignored when the tabsLines property is set to TabsLines_MultiLineEdged (0).

When the lengths of the tab lines are different, setting this property to true can result in tabs that may appear rather ugly when used with other property values.