Enum TreeViewCreateStyle
Defines visual style of the TreeView controls.
[Flags]
public enum TreeViewCreateStyle
Fields
EditLabels = 512
Use this style if you wish the user to be able to edit labels in the tree control.
FullRowHighlight = 8192
Use this style to have the background colour and the selection highlight extend over the entire horizontal row of the tree control window.
HasButtons = 1
Use this style to show "+" and "-" buttons to the left of parent items.
HideRoot = 2048
Use this style to suppress the display of the root node, effectively causing the first-level nodes to appear as a series of root nodes.
LinesAtRoot = 8
Use this style to show lines between root nodes.
Multiple = 32
Use this style to allow a range of items to be selected. If a second range is selected, the current range, if any, is deselected.
NoLines = 4
Use this style to hide vertical level connectors.
RowLines = 1024
Use this style to draw a contrasting border between displayed rows.
TwistButtons = 16
Selects alternative style of +/- buttons and shows rotating ("twisting") arrows instead.
VariableRowHeight = 128
Use this style to cause row heights to be just big enough to fit the content.