Class Tab.StretchingResizePolicy

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

public static class Tab.StretchingResizePolicy extends Object implements Tab.ResizePolicy
Resizes the tabs to fill all available space proportionally.
  • Each tab's width is proportional to the available width and the number of tabs.
  • If the total preferred width of the tabs exceeds the visible width of the tab line, the width of each individual tab will be reduced proportionally based on the number of tabs.