Package io.github.palexdev.virtualizedfx.controls.skins
package io.github.palexdev.virtualizedfx.controls.skins
-
ClassDescriptionDefault skin implementation for
VFXScrollBar
.Simplifies the layout algorithm by splitting it in two cases which depend on theVFXScrollBar.orientationProperty()
.Default skin implementation forVFXScrollPane
.Simplifies the layout strategy by dividing it into four base cases which depend on the combination between theVFXScrollPane.vBarPosProperty()
and theVFXScrollPane.hBarPosProperty()
; and so this has four concrete implementations for the following positions:TOP_LEFT
,TOP_RIGHT
,BOTTOM_RIGHT
,BOTTOM_LEFT
.Utility record which carries the positions and sizes for a certain node.