C# Class ARCed.Scintilla.Scrolling

Inheritance: TopLevelHelper
Show file Open project: borisblizzard/arcreator

Public Methods

Method Description
ScrollBy ( int columns, int lines ) : void
ScrollToCaret ( ) : void

Private Methods

Method Description
ResetEndAtLastLine ( ) : void
ResetHorizontalWidth ( ) : void
ResetScrollBars ( ) : void
ResetXOffset ( ) : void
Scrolling ( Scintilla scintilla ) : System.ComponentModel
ShouldSerialize ( ) : bool
ShouldSerializeEndAtLastLine ( ) : bool
ShouldSerializeHorizontalWidth ( ) : bool
ShouldSerializeScrollBars ( ) : bool
ShouldSerializeXOffset ( ) : bool

Method Details

ScrollBy() public method

public ScrollBy ( int columns, int lines ) : void
columns int
lines int
return void

ScrollToCaret() public method

public ScrollToCaret ( ) : void
return void