C# Class System.Windows.Forms.TableView

Simple implementation of DataGridView.
Inheritance: Control
Afficher le fichier Open project: Meragon/Unity-WinForms Class Usage Examples

Méthodes publiques

Свойство Type Description
ColumnsDefaultWidth int

Private Properties

Свойство Type Description
AlignColumns void
AlignRows void
CreateTopLeftButton void
HScroll_ValueChanged void
RaiseOnRowClick void
ResetHOffset void
ResetVOffset void
UpdateColumn void
UpdateColumns void
UpdateRow void
UpdateRows void
UpdateScrolls void
VScroll_ValueChanged void

Méthodes publiques

Méthode Description
HideColumnHeaders ( ) : void
HideRowHeaders ( ) : void
HideScrolls ( ) : void
Refresh ( ) : void
ShowColumnHeaders ( ) : void
ShowRowHeaders ( ) : void
ShowScrolls ( ) : void
Sort ( TableColumn column, ListSortDirection direction ) : void
TableView ( ) : System

Méthodes protégées

Méthode Description
OnLatePaint ( PaintEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintEditor ( float width ) : object
OnResize ( Point delta ) : void

Private Methods

Méthode Description
AlignColumns ( ) : void
AlignRows ( ) : void
CreateTopLeftButton ( ) : void
HScroll_ValueChanged ( object sender, EventArgs e ) : void
RaiseOnRowClick ( TableRow row, MouseEventArgs mArgs ) : void
ResetHOffset ( ) : void
ResetVOffset ( ) : void
UpdateColumn ( TableColumn column ) : void
UpdateColumns ( ) : void
UpdateRow ( TableRow row ) : void
UpdateRows ( ) : void
UpdateScrolls ( ) : void
VScroll_ValueChanged ( object sender, EventArgs e ) : void

Method Details

HideColumnHeaders() public méthode

public HideColumnHeaders ( ) : void
Résultat void

HideRowHeaders() public méthode

public HideRowHeaders ( ) : void
Résultat void

HideScrolls() public méthode

public HideScrolls ( ) : void
Résultat void

OnLatePaint() protected méthode

protected OnLatePaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintEditor() protected méthode

protected OnPaintEditor ( float width ) : object
width float
Résultat object

OnResize() protected méthode

protected OnResize ( Point delta ) : void
delta Point
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

ShowColumnHeaders() public méthode

public ShowColumnHeaders ( ) : void
Résultat void

ShowRowHeaders() public méthode

public ShowRowHeaders ( ) : void
Résultat void

ShowScrolls() public méthode

public ShowScrolls ( ) : void
Résultat void

Sort() public méthode

public Sort ( TableColumn column, ListSortDirection direction ) : void
column TableColumn
direction ListSortDirection
Résultat void

TableView() public méthode

public TableView ( ) : System
Résultat System

Property Details

ColumnsDefaultWidth public_oe property

public int ColumnsDefaultWidth
Résultat int