TreeView Xojo plugin

TreeView.NodeOddColor Property

Sets or gets the background color of odd numbered nodes.

NodeOddColor 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