C# Class Win.Grepify.ListViewHelper

Contains helper methods to change extended styles on ListView, including enabling double buffering. Based on Giovanni Montrone's article on http://www.codeproject.com/KB/list/listviewxp.aspx
Afficher le fichier Open project: nccgroup/grepify Class Usage Examples

Méthodes publiques

Méthode Description
DisableDoubleBuffer ( Control control ) : void
EnableDoubleBuffer ( Control control ) : void
SetExtendedStyle ( Control control, ListViewExtendedStyles exStyle ) : void

Private Methods

Méthode Description
ListViewHelper ( ) : System
SendMessage ( IntPtr handle, int messg, int wparam, int lparam ) : int

Method Details

DisableDoubleBuffer() public static méthode

public static DisableDoubleBuffer ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

EnableDoubleBuffer() public static méthode

public static EnableDoubleBuffer ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

SetExtendedStyle() public static méthode

public static SetExtendedStyle ( Control control, ListViewExtendedStyles exStyle ) : void
control System.Windows.Forms.Control
exStyle ListViewExtendedStyles
Résultat void