Requirement: bBrowser 1.4

 

A background with green and white rows can be defined with a background list in the grid of the bBrowser. For this in the access bGrid:BackgroundList the colors green and white must to be added. Subsequently with the method bBrowser:Redraw() the bBrowser must be redrawn.

The following code fragment demonstrates the proceeding:

oBrowser:Grid:BackgroundList:Add(Brush{Color{COLORGREEN}})

oBrowser:Grid:BackgroundList:Add(Brush{Color{COLORWHITE}})

oBrowser:Redraw()