CGXGridParam::SetTransparentBackground
void SetTransparentBackground(BOOL b);
b
TRUE for transparent background; FALSE for default drawing.
Remarks
Specifies whether the background color for cells should be transparent. If TRUE, you could use a bitmap as background. But be careful; you should disable scrolling or you have to redraw the grid each time it is scrolled (by overriding DoScroll).
See Also
CGXGridParam::IsTransparentBackground CGXGridCore::DoScroll