C# 클래스 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
파일 보기 프로젝트 열기: nccgroup/grepify 1 사용 예제들

공개 메소드들

메소드 설명
DisableDoubleBuffer ( Control control ) : void
EnableDoubleBuffer ( Control control ) : void
SetExtendedStyle ( Control control, ListViewExtendedStyles exStyle ) : void

비공개 메소드들

메소드 설명
ListViewHelper ( ) : System
SendMessage ( IntPtr handle, int messg, int wparam, int lparam ) : int

메소드 상세

DisableDoubleBuffer() 공개 정적인 메소드

public static DisableDoubleBuffer ( Control control ) : void
control System.Windows.Forms.Control
리턴 void

EnableDoubleBuffer() 공개 정적인 메소드

public static EnableDoubleBuffer ( Control control ) : void
control System.Windows.Forms.Control
리턴 void

SetExtendedStyle() 공개 정적인 메소드

public static SetExtendedStyle ( Control control, ListViewExtendedStyles exStyle ) : void
control System.Windows.Forms.Control
exStyle ListViewExtendedStyles
리턴 void