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 General Discussion » Is that possible to let the data align to left in the cell of CExtGridCellUpDown in CExtPropertyGrid Collapse All
Subject Author Date
SEAN QIAN Sep 4, 2007 - 3:09 AM

As title, thanks!

SEAN QIAN Sep 5, 2007 - 12:50 AM

Thanks a lot!

Technical Support Sep 4, 2007 - 10:59 AM

You can change the alignment in two steps. First, remove any styles applied by default :

pGridCellUpDown->ModifyStyle( 0, __EGCS_TA_HORZ_MASK );
Second, apply the desired alignment:
pGridCellUpDown->ModifyStyle( __EGCS_TA_HORZ_LEFT )