Class Tab.ComputedWidthResizePolicy

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

public static class Tab.ComputedWidthResizePolicy extends Object implements Tab.ResizePolicy
Resizes the tabs to a computed width, requiring the user to scroll horizontally if the total width exceeds the visible width of the tab line.
  • Each tab has a computed width equal to the preferred width of its content.
  • The content of each tab is not clipped.
  • If the total width of the tabs exceeds the visible width of the tab line, the width of each individual tab will remain unchanged.
  • The user can scroll horizontally to view specific tabs, with the tab line scrolling accordingly.