C# 클래스 BrightIdeasSoftware.FastObjectListView

A FastObjectListView trades function for speed.

On my mid-range laptop, this view builds a list of 10,000 objects in 0.1 seconds, as opposed to a normal ObjectListView which takes 10-15 seconds. Lists of up to 50,000 items should be able to be handled with sub-second response times even on low end machines.

A FastObjectListView is implemented as a virtual list with many of the virtual modes limits (e.g. no sorting) fixed through coding. There are some functions that simply cannot be provided. Specifically, a FastObjectListView cannot: use Tile view show groups on XP

상속: VirtualObjectListView
파일 보기 프로젝트 열기: jcaillon/3P 1 사용 예제들

보호된 메소드들

메소드 설명
OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void

OnPreviewKeyDown

메소드 상세

OnPreviewKeyDown() 보호된 메소드

OnPreviewKeyDown
protected OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
e System.Windows.Forms.PreviewKeyDownEventArgs
리턴 void