Struct ScrollBar.VisualState
Inherited Members
Namespace: Ritchie.Toolbox.Widgets
Assembly: Ritchie.Toolbox.dll
Syntax
public struct ScrollBar.VisualState
Fields
CanScroll
Value indicating whether the content is larger than the view size, and thus can be scrolled.
Declaration
public bool CanScroll
Field Value
Type | Description |
---|---|
bool |
ContentSize
Value indicating the size of the content being scrolled.
Declaration
public int ContentSize
Field Value
Type | Description |
---|---|
int |
IsBeingHovered
Value indicating whether the scrollbar is being hovered by the mouse.
Declaration
public bool IsBeingHovered
Field Value
Type | Description |
---|---|
bool |
IsPressed
Value indicating whether the scrollbar is being pressed.
Declaration
public bool IsPressed
Field Value
Type | Description |
---|---|
bool |
IsVisibleAreaHovered
Value indicating whether the area of the scrollbar representing the visible area of the page is currently being hovered by the mouse.
Declaration
public bool IsVisibleAreaHovered
Field Value
Type | Description |
---|---|
bool |
ViewOffset
Value indicating the amount of distance scrolled down from the top of the scrolled content.
Declaration
public int ViewOffset
Field Value
Type | Description |
---|---|
int |
ViewSize
Value indicating the size of the visible area.
Declaration
public int ViewSize
Field Value
Type | Description |
---|---|
int |
WasScrolledRecently
Value indicating whether the scrollbar was scrolled recently.
Declaration
public bool WasScrolledRecently
Field Value
Type | Description |
---|---|
bool |