C# Class Xwt.ScrollView

Inheritance: Xwt.Widget
Afficher le fichier Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ScrollToPoint ( Point point ) : void
ScrollView ( ) : System
ScrollView ( Xwt.Widget child ) : System

Méthodes protégées

Méthode Description
CreateBackendHost ( ) : BackendHost
OnReallocate ( ) : void
OnVisibleRectChanged ( EventArgs e ) : void

Method Details

CreateBackendHost() protected méthode

protected CreateBackendHost ( ) : BackendHost
Résultat BackendHost

OnReallocate() protected méthode

protected OnReallocate ( ) : void
Résultat void

OnVisibleRectChanged() protected méthode

protected OnVisibleRectChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

ScrollToPoint() public méthode

public ScrollToPoint ( Point point ) : void
point Point
Résultat void

ScrollView() public méthode

public ScrollView ( ) : System
Résultat System

ScrollView() public méthode

public ScrollView ( Xwt.Widget child ) : System
child Xwt.Widget
Résultat System