Class Tab.AdaptiveResizePolicy

java.lang.Object
atlantafx.base.controls.Tab.AdaptiveResizePolicy
All Implemented Interfaces:
Tab.ResizePolicy
Enclosing class:
Tab

public static class Tab.AdaptiveResizePolicy extends Object implements Tab.ResizePolicy
Resizes the tabs to a fixed width when there is available space; otherwise, it proportionally shrinks the tab width.
  • Each tab has a fixed width when there is available space.
  • If no space is available, the width of each individual tab will be reduced proportionally based on the number of tabs.