[]
Base class for the grid's scrollbars
public class SBar : IDisposable
Name | Description |
---|---|
SBar(View, ScrollBar) | Initializes a new instance of the SBar class |
Name | Description |
---|---|
Style | Gets or sets the visibility of the scrollbars. |
Value | Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control. |
Visible | Gets or sets a value indicating whether the scrollbar is displayed. |
Name | Description |
---|---|
Dispose(bool) | Overloaded. Releases the resources used by the class. |
OnScroll(object, ScrollEventArgs) | Occurs when the scroll box has been moved by either a mouse or keyboard action. |