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 » Elegant Ribbon Tech Support » Margin Collapse All
Subject Author Date
Sven Rutten Jun 28, 2007 - 4:44 AM

Hello

When I set a margin for a textbox control, in the designer it is working, but when I start my application, the margin isnt set...

Sven

Technical Support Jun 28, 2007 - 8:31 AM

It is the same problem with standard properties as discussed before (the label backcolor). We will fix it in the next release.

As a workaround, you can set control margins in the form constructor after calling InitializeComponent(). We used the same ourselves in the Data Binding sample.

Sven Rutten Jun 28, 2007 - 1:21 PM

Thanks