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 » Grid focus cell stype Collapse All
Subject Author Date
Offer Har Mar 26, 2007 - 5:51 PM

Dear Support,

Is there a way to change the style at which the focused cell is displayed_
I would like the focus cell to have a rectangle around the text, or something similar, and not the whole cell inverted in blue.

Thanks,
Ron.

Technical Support Mar 27, 2007 - 8:01 AM

The cell background including the focus rectangle is drawn in CExtGridCell::OnPaintBackground(). This method is virtual so you can override it.