Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
WebGroupBox.TitleAlignment problem
posted

Hello,

When I use a WebGroupBox and set the TitleAlignment property to Center, the title (Text property) gets centered in design mode, but when running the application the title is LEFT aligned.

I am not setting the property in code. Does anyone have the same problem?

Thanks,

Martin

 

 

Parents
No Data
Reply
  • 24497
    posted

    I forgot to attach html which can be used to verify <legend> bug in IE8.

    <fieldset style="width:300px;height:100px;">
      <legend align="center">
       Title
      </legend>
    </fieldset>

Children
No Data