Struct ScrollInfo
Structure representing the properties of a scroll bar.
public struct ScrollInfo
- Inherited Members
Properties
Exists
Indicates whether the scroll bar exists.
public bool Exists { get; set; }
Property Value
Maximum
The maximum position (in lines) of the scroll bar.
public int Maximum { get; set; }
Property Value
Minimum
The minimum position (in lines) of the scroll bar.
public int Minimum { get; set; }
Property Value
PageSize
The size (in lines) of a single page of the scroll bar.
public int PageSize { get; set; }
Property Value
Position
The current position (in lines) of the scroll bar.
public int Position { get; set; }
Property Value
Methods
ToString()
public override string ToString()