ScrollBarStyle

Represents the appearance of a ScrollBar.


πŸ›  Constructor

ButtonStyle(
    BarThickness?, 

    HorizontalBackground?, 
    VerticalBackground?, 

    VerticalTopSlot?,
    HorizontalTopSlot?,
    VerticalBottomSlot?,
    HorizontalBottomSlot?,

    NormalThumb?,
    HoveredThumb?,
    DraggedThumb?
)
TypeNameDescription

BarThickness?

HorizontalBackground?

Background image to use when the scrollbar is oriented horizontally

VerticalBackground?

Background image to use when the scrollbar is oriented vertically

VerticalTopSlot?

The image to use to represent the track above the thumb when the scrollbar is oriented vertically

HorizontalTopSlot?

The image to use to represent the track above the thumb when the scrollbar is oriented horizontally

VerticalBottomSlot?

The image to use to represent the track below the thumb when the scrollbar is oriented vertically

HorizontalBottomSlot?

The image to use to represent the track below the thumb when the scrollbar is oriented horizontally

NormalThumb?

Image to use when the scrollbar thumb is in its normal state

HoveredThumb?

Image to use when the scrollbar thumb is in its hovered state

DraggedThumb

Image to use when the scrollbar thumb is in its dragged state

Last updated