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 » group box horizontal alignment not work Collapse All
Subject Author Date
delu qiu May 5, 2006 - 8:24 AM

In VC6 Resource, I set a group box horizontal alignment to right,

after I use CExtGroupBox instead of CStatic to implement the groupbox, the horizontal alignment no longer work.

Any suggestion?

Thanks

Technical Support May 5, 2006 - 11:41 AM

Thank you for the bug report. We will fix this bug in the next minor release. At the moment you can assign the text alignment with the SetTextAlign() method:

m_wndGroupBox.SetTextAlign( CExtGroupBox::ALIGN_CENTER );