TreeView Xojo plugin

TreeView.NodeEvenColor Property

Sets or gets the background color of even numbered nodes.

NodeEvenColor as Color {Read and Write}

Remarks

The counting is visual counting on the screen so the first stripe is considered to be one in this sense.

This property does nothing if HasNodeColor property is false.

If SystemNodeColors is set to true then system will override the color whenever possible.

See Also

TreeView Control