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

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