프로퍼티 | 타입 | 설명 | |
---|---|---|---|
HScroll_Change | void | ||
RecalcCustomScrollBars | void | ||
RecalcHScrollBar | void | ||
RecalcVScrollBar | void | ||
VScroll_Change | void |
메소드 | 설명 | |
---|---|---|
CustomScrollControl ( ) : System | ||
CustomScrollLineDown ( ) : void |
Scroll the page down one line
|
|
CustomScrollLineLeft ( ) : void |
Scroll the page left one line
|
|
CustomScrollLineRight ( ) : void |
Scroll the page right one line
|
|
CustomScrollLineUp ( ) : void |
Scroll the page up one line
|
|
CustomScrollPageDown ( ) : void |
Scroll the page down
|
|
CustomScrollPageLeft ( ) : void |
Scroll the page left
|
|
CustomScrollPageRight ( ) : void |
Scroll the page right
|
|
CustomScrollPageUp ( ) : void |
Scroll the page up
|
|
CustomScrollWheel ( int rotationDelta ) : void | ||
IsSuspended ( ) : bool | ||
PerformLayout ( ) : void | ||
PerformLayout ( |
||
ResumeLayout ( ) : void | ||
ResumeLayout ( bool performLayout ) : void | ||
SuspendLayout ( ) : void |
메소드 | 설명 | |
---|---|---|
CreateDockControls ( ) : void | ||
GetScrollColumns ( int displayWidth ) : int |
Calculate the number of columns to scroll. 0 to disable the scrollbar. The returned value is independent from the current scrolling position, must be a fixed value calculated based on the total number of columns and the available area.
|
|
GetScrollRows ( int displayHeight ) : int |
Calculate the number of rows to scroll. 0 to disable the scrollbar. The returned value is independent from the current scrolling position, must be a fixed value calculated based on the total number of rows and the available area.
|
|
InvalidateScrollableArea ( ) : void |
Invalidate the scrollable area
|
|
LoadScrollArea ( int verticalPage, int horizontalPage ) : void |
Load the scrollable area that will affect the maximum scroll values.
|
|
OnHScrollPositionChanged ( |
Fired when the scroll horizontal posizion change
|
|
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void |
OnLayout Method
|
|
OnVScrollPositionChanged ( |
Fired when the scroll vertical posizion change
|
|
PrepareScrollBars ( bool showHScroll, bool showVScroll ) : void |
Prepare the scrollbars with the specified dock option.
|
|
SetHScrollBarVisible ( bool value ) : void | ||
SetVScrollBarVisible ( bool value ) : void |
메소드 | 설명 | |
---|---|---|
HScroll_Change ( object sender, |
||
RecalcCustomScrollBars ( ) : void |
Recalculate the scrollbars position and size.
|
|
RecalcHScrollBar ( int cols ) : void |
recalculate the position of the horizontal scrollbar
|
|
RecalcVScrollBar ( int rows ) : void |
Recalculate the position of the vertical scrollbar
|
|
VScroll_Change ( object sender, |
public CustomScrollWheel ( int rotationDelta ) : void | ||
rotationDelta | int | |
리턴 | void |
protected abstract GetScrollColumns ( int displayWidth ) : int | ||
displayWidth | int | |
리턴 | int |
protected abstract GetScrollRows ( int displayHeight ) : int | ||
displayHeight | int | |
리턴 | int |
protected abstract InvalidateScrollableArea ( ) : void | ||
리턴 | void |
protected LoadScrollArea ( int verticalPage, int horizontalPage ) : void | ||
verticalPage | int | |
horizontalPage | int | |
리턴 | void |
protected OnHScrollPositionChanged ( |
||
e | ||
리턴 | void |
protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void | ||
levent | System.Windows.Forms.LayoutEventArgs | |
리턴 | void |
protected OnVScrollPositionChanged ( |
||
e | ||
리턴 | void |
public PerformLayout ( |
||
affectedControl | ||
affectedProperty | string | |
리턴 | void |
protected PrepareScrollBars ( bool showHScroll, bool showVScroll ) : void | ||
showHScroll | bool | |
showVScroll | bool | |
리턴 | void |
protected SetHScrollBarVisible ( bool value ) : void | ||
value | bool | |
리턴 | void |
protected SetVScrollBarVisible ( bool value ) : void | ||
value | bool | |
리턴 | void |