Struct ScrollBar.VisualState
Inherited Members
Namespace: Ritchie.Toolbox.Widgets
Assembly: Ritchie.Toolbox.dll
Syntax
public struct ScrollBar.VisualStateFields
CanScroll
Value indicating whether the content is larger than the view size, and thus can be scrolled.
Declaration
public bool CanScrollField Value
| Type | Description | 
|---|---|
| bool | 
ContentSize
Value indicating the size of the content being scrolled.
Declaration
public int ContentSizeField Value
| Type | Description | 
|---|---|
| int | 
IsBeingHovered
Value indicating whether the scrollbar is being hovered by the mouse.
Declaration
public bool IsBeingHoveredField Value
| Type | Description | 
|---|---|
| bool | 
IsPressed
Value indicating whether the scrollbar is being pressed.
Declaration
public bool IsPressedField 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 IsVisibleAreaHoveredField Value
| Type | Description | 
|---|---|
| bool | 
ViewOffset
Value indicating the amount of distance scrolled down from the top of the scrolled content.
Declaration
public int ViewOffsetField Value
| Type | Description | 
|---|---|
| int | 
ViewSize
Value indicating the size of the visible area.
Declaration
public int ViewSizeField Value
| Type | Description | 
|---|---|
| int | 
WasScrolledRecently
Value indicating whether the scrollbar was scrolled recently.
Declaration
public bool WasScrolledRecentlyField Value
| Type | Description | 
|---|---|
| bool |