Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    TabSet Animations

    Dear All,

    I'm trying to apply an animateResize() to a TabSet widget, but without success... There's no animation at all and the widget is 'just' resized. Am I missing something ?
    If I replace the tabset by a simple Layout, it's of course working...

    Thomas

    #2
    What you're looking for isn't currently supported.
    The TabSet is behaving as designed - it is doing an animated resize (you can see this if, for example, you apply a border to it), but we suppress the logic that resizes and repositions subcomponents while resize animations are in progress, which is standard behavior to avoid animations being too slow and sluggish.

    Comment

    Working...
    X