Struct ScrollBar.LayoutProperties
Inherited Members
Namespace: Ritchie.Toolbox.Widgets
Assembly: Ritchie.Toolbox.dll
Syntax
public struct ScrollBar.LayoutProperties
Constructors
LayoutProperties()
Declaration
public LayoutProperties()
Fields
Thickness
Value representing the thickness of the scrollbar.
Declaration
public int Thickness
Field Value
Type | Description |
---|---|
int |
TrackMargin
Value representing the distances between the widget content area and the scrollbar's scrollable surface. Negative values break things, so stop. If the horizontal padding is larger than the scrollbar thickness, you'll break things, so stop. If there is not enough vertical space for me to do hit detection of the actual scrollbar surface while accounting for this value, I will not render the scrollbar.
Declaration
public Padding TrackMargin
Field Value
Type | Description |
---|---|
Padding |