VOTools for Visual Objects  
and Vulcan.NET  

bBrowser => Tips & Tricks => How to create a background with alternate color rows

   




 from bBrowser
1.4
  bBrowser 1.4 (Limited)
yes
 

How to create a background with alternate color rows

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()

Copyright © 2003-2015 BEFO GmbH