Row Background
How to draw Alternative Row Background in TileList
Submitted by softking on Tue, 12/22/2009 - 10:24How to draw Alternative Row Background in TileList?
TileList inherits from TileBase. TileBase has a function called "drawTileBackground".
How do we select the color for the background color of the tile? We can create a class that extends TileList and override this function in order to change this color.
