AdvSmoothTabPager bug on Constrained dimensions

Working with BDS2006 - C++Builder
How to reproduce the bug:

  1. Create a new VCL form project
  2. Add a new TFrame
  3. Add a TPanel and align it alCLient
  4. "Fill" the last TPanel with 5 TPanels, aligning them Top, Bottom, Right, Left and Client
  5. For each panel and the TFrame set all the Padding properties = 10 (dunno if this matters, i just have this set in this way)
  6. For each of the 5 TPanels inside the first, set the Constraints->MinHeight and MinWidth properties to some value
  7. Save the project
  8. Add a AdvSmoothPager on the project Form, and align it alClient
  9. Add the TFrame in the first page, align it alClient
  10. Run and resize the form: the Frame will handle the minimum size it can reach, but the form can be resized at any size no matter if smaller than the frame
If you try using a standard TPageControl instead of the AdvSmoothPager, the form will never be smaller than the Frame inside.

In my real project (where i use a whole lot of TFrame and Smooth controls) i've also got some "Division by 0" error while resizing the main form, and also some "app closing" without any error. Right now i'm unable to identify from where these error arises.

To try to better explain myself:
with my last sentence i want to say that i suspect that the errors may comes from one of the Smooth components, but i'm not sure. So it is just a suggestion: while you're looking for the signaled bug, you may want to take an eye open to see if this can happens.

OT:
why i format my post with numeric lists and italic test, i can see it in the preview, but the final post contains no formatted text?

We could reproduce this but could not yet see what exactly in the TAdvSmoothTabPager itself could cause this. We'll investigate this deeper.

Any news about this?