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
This seems like occuring in IE8. Checkout firefox it worked fine.
When will this get fixed for IE?
Hi,
The WebGroupBox uses the <fieldset> element. The only option which allows to customize horizontal alignment of title (which is <legend> object) is align. If browser fails to generate expected layout for that element, then WebGroupBox is not able to get around that.
From my tests, I found that only 2 browsers do not support align=center: IE8 and Opera.