C# 클래스 WikiFunctions.Controls.NoFlickerExtendedListView

Advanced ListView
상속: System.Windows.Forms.ListView, IListViewItemComparerFactory
파일 보기 프로젝트 열기: reedy/AutoWikiBrowser 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ExtendedListView_ColumnClick void
NoFlickerExtendedListView_Resize void

공개 메소드들

메소드 설명
CreateComparer ( int column, SortOrder order ) : IComparer
NoFlickerExtendedListView ( ) : System

NoFlickerExtendedListView ( bool sortColumnOnClick, bool resizeColumnsOnControlResize ) : System

ResizeColumns ( ) : void

Automatically resize all the columns in the list view based on whether the text or the title is larger No BeginUpdate()/EndUpdate called

ResizeColumns ( bool useUpdateMethods ) : void

Automatically resize all the columns in the list view based on whether the text or the title is larger

비공개 메소드들

메소드 설명
ExtendedListView_ColumnClick ( object sender, System.Windows.Forms.ColumnClickEventArgs e ) : void From http://msdn2.microsoft.com/en-us/library/ms996467.aspx
NoFlickerExtendedListView_Resize ( object sender, EventArgs e ) : void

메소드 상세

CreateComparer() 공개 메소드

public CreateComparer ( int column, SortOrder order ) : IComparer
column int
order SortOrder
리턴 IComparer

NoFlickerExtendedListView() 공개 메소드

public NoFlickerExtendedListView ( ) : System
리턴 System

NoFlickerExtendedListView() 공개 메소드

public NoFlickerExtendedListView ( bool sortColumnOnClick, bool resizeColumnsOnControlResize ) : System
sortColumnOnClick bool
resizeColumnsOnControlResize bool
리턴 System

ResizeColumns() 공개 메소드

Automatically resize all the columns in the list view based on whether the text or the title is larger No BeginUpdate()/EndUpdate called
public ResizeColumns ( ) : void
리턴 void

ResizeColumns() 공개 메소드

Automatically resize all the columns in the list view based on whether the text or the title is larger
public ResizeColumns ( bool useUpdateMethods ) : void
useUpdateMethods bool Whether to call BeginUpdate() and EndUpdate()
리턴 void