TreeIndentWidth - AbstractTreeView
Governs the number of pixels that are used to indent child items from their parent items
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer TreeIndentWidth
| Access Type | Syntax |
|---|---|
| Read Access: | Get TreeIndentWidth to IntegerVariable |
| Write Access: | Set TreeIndentWidth to IntegerVariable/Value |
Description
Use the TreeIndentWidth property to govern the number of pixels that are used to indent child items from their parent items. This value is used by all items and cannot be changed once the control becomes visible.
Default is 15 pixels.