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.
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
A fix for the original issue posted here (development issue 18422) was published in the July 2009 service release. Since our service releases are cumulative, this fix is present in the latest service release.
Vince,
Thanks for the update!
Jim