Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » How to make a row in CExtReportGridWnd flash? Collapse All
Subject Author Date
Robert Hofstetter Aug 9, 2010 - 8:09 PM

I need to differentiate some of rows in my grid from the rest visually. Tried different font size, style, etc,  but not good enough. 


Is it possible to flash the rows, or display the borders? Any suggestion ? Thanks 

Technical Support Aug 10, 2010 - 7:04 AM

You can change text/background colors of all grid cells in any row using the CExtGridCell::TextColorSet() and CExtGridCell::BackColorSet() methods. These methods allow you to specify different colors for grid cells in different states. You can run some timer and change text/background colors periodically. This will emulate flashing.