Class Tab.FixedWidthResizePolicy

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

public static class Tab.FixedWidthResizePolicy extends Object implements Tab.ResizePolicy
Resizes the tabs to a fixed width, requiring the user to scroll horizontally if the total width exceeds the visible width of the tab line.
  • Each tab has a fixed width.
  • If the content of a tab exceeds the fixed width, it will be clipped.
  • If the total width of the tabs exceeds the visible width of the tab line, the width of each individual tab will not be reduced.
  • The user can scroll horizontally to view specific tabs, with the tab line scrolling accordingly.