C# Class Xwt.ScrollView

Inheritance: Xwt.Widget
Show file Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ScrollToPoint ( Point point ) : void
ScrollView ( ) : System
ScrollView ( Xwt.Widget child ) : System

Protected Methods

Method Description
CreateBackendHost ( ) : BackendHost
OnReallocate ( ) : void
OnVisibleRectChanged ( EventArgs e ) : void

Method Details

CreateBackendHost() protected method

protected CreateBackendHost ( ) : BackendHost
return BackendHost

OnReallocate() protected method

protected OnReallocate ( ) : void
return void

OnVisibleRectChanged() protected method

protected OnVisibleRectChanged ( EventArgs e ) : void
e System.EventArgs
return void

ScrollToPoint() public method

public ScrollToPoint ( Point point ) : void
point Point
return void

ScrollView() public method

public ScrollView ( ) : System
return System

ScrollView() public method

public ScrollView ( Xwt.Widget child ) : System
child Xwt.Widget
return System