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 » CExtGridCellComboBox question Collapse All
Subject Author Date
tera tera Oct 21, 2008 - 10:04 PM

Hello.


I want to display the character string of the list of combos in right justify.




Technical Support Oct 25, 2008 - 8:40 AM

It is possible only if you create a CExtGridCellComboBox-derived class and override the CExtGridCellComboBox::OnPopupListBoxItemDraw() virtual method in it. This method is used to draw each item in a combo box. Just copy the original method code and change the text aligning flag (DT_LEFT to DT_RIGHT).

tera tera Oct 24, 2008 - 12:43 AM

I want an answer.