Метод | Описание | |
---|---|---|
GetPreferredSize ( |
Discover the preferred size of the element.
|
|
Layout ( |
Perform a layout of the elements.
|
|
SetScrollValues ( int min, int max, int smallChange, int largeChange, int offset ) : void |
Update the scrollbar with the latest scrolling values.
|
|
ToString ( ) : string |
Obtains the String representation of this instance.
|
|
ViewDrawScrollBar ( bool vertical ) : System |
Initialize a new instance of the ViewDrawScrollBar class.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Release unmanaged and optionally managed resources.
|
Метод | Описание | |
---|---|---|
CreateScrollBar ( |
||
OnScrollBarChange ( object sender, |
||
RemoveScrollBar ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | Called from Dispose method. |
Результат | void |
public GetPreferredSize ( |
||
context | Layout context. | |
Результат |
public Layout ( |
||
context | Layout context. | |
Результат | void |
public SetScrollValues ( int min, int max, int smallChange, int largeChange, int offset ) : void | ||
min | int | Scroll minimum value. |
max | int | Scroll maximum value. |
smallChange | int | Size of a small change. |
largeChange | int | Size of a large change. |
offset | int | Current scrolling offset. |
Результат | void |
public ViewDrawScrollBar ( bool vertical ) : System | ||
vertical | bool | Is this a vertical scrollbar. |
Результат | System |