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
530
UltraGroupBox doesn't resize childcontrols initially.
posted

Hi,

It seems to be a resize problem with the ultragroupbox. If the groupbox is resized during startup, its childcontrols does not resize if they are anchored or docked.

Steps to reproduce:

1. Change the windowstate property of the form to Maximized (this will cause a resize during startup).

2. Place an ultragroupbox on the form. Change its Anchor to Left, Right, Top and bottom.

3. Place an ultratexteditor (or a standard textbox) in the groupbox. Change the dock property of the textbox to fill. Change the multiline property of the textbox to true. The textbox is now filling the entire groupbox and should do this all time.

Now run the application and see that the textbox is not filling the groupbox. If the form is resized later on the groupbox and its childcontrols resize correctly.

Parents
  • 37774
    Suggested Answer
    posted

    I have forwarded this issue to Developer Support so that the issue can be written up as a bug and looked into, since it seems that this problem does not occur with the .NET GroupBox.

    -Matt

Reply Children