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
750
How to change width at runtime
posted

I am using three UltraWebGroupBox inside my UltraWebPanel. The border of these three boxes is cutting out. I want to change the width of all three group boxes at runtime. 

I am trying to use folloeing code. But it showing me some error:

GroupBox1.width=WebPanel.width-20;

Any suggestions will be highly appreciated.