Skip to content

pbExplorerStyle - AbstractTreeView

Determines whether the TreeView looks like a Windows Explorer tree view

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbExplorerStyle
Access Type Syntax
Read Access: Get pbExplorerStyle to BooleanVariable
Write Access: Set pbExplorerStyle to BooleanVariable/Value

Description

Setting this property to True will make your tree view look like a Windows Explorer tree view, which uses special chevrons instead of the normal treeview "+" and "-" expanders. This type of treeview does not contain tree lines, therefore the TreeLinesState value is ignored.

Windows only supports this style of button with Vista/Windows Server 2008 and above.; you would not want to use this with earlier versions. If used with a non-supported version of Windows, this property is ignored.