TreeView REALbasic 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.

If its not desired to have even/odd numbered stripes then set both NodeEvenColor and NodeOddColor to the same color value.

See Also

TreeView Control