pbWrapable - cToolbar
Determines if the toolbar wraps its buttons onto multiple lines or clips the toolbar, so that the buttons are not visible
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbWrapable
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbWrapable to BooleanVariable |
| Write Access: | Set pbWrapable to BooleanVariable/Value |
Description
If the toolbar is too narrow to display all the buttons, you can either allow the toolbar to wrap its buttons onto multiple lines or clip the toolbar, so that the buttons are not visible. Set the pbWrapable property to True, to wrap the buttons onto multiple rows, or set it to False to clip the toolbar and not show the buttons beyond the width of the toolbar. You can programmatically force a button onto the next row by setting a button's pbWrap property.
Default is false.