C# 클래스 TpTrayUtility.TpListView

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility

공개 메소드들

메소드 설명
Add ( string data ) : TpListViewItem
AddHeader ( string texts, int widths ) : void
AddRow ( ) : TpListViewItem
ClearAllItems ( ) : void
TpListView ( ) : System
UpdateControl ( ) : void

보호된 메소드들

메소드 설명
OnSizeChanged ( EventArgs e ) : void
SetColumnsSize ( int sizes ) : void

비공개 메소드들

메소드 설명
CompareViewItem ( TpListViewItem item1, TpListViewItem item2 ) : int
UpdatePositions ( ) : void
header_ChangeSizeEvent ( object sender, EventArgs e ) : void
header_ClickToSort ( object sender, HeaderClickEventArgs e ) : void

메소드 상세

Add() 공개 메소드

public Add ( string data ) : TpListViewItem
data string
리턴 TpListViewItem

AddHeader() 공개 메소드

public AddHeader ( string texts, int widths ) : void
texts string
widths int
리턴 void

AddRow() 공개 메소드

public AddRow ( ) : TpListViewItem
리턴 TpListViewItem

ClearAllItems() 공개 메소드

public ClearAllItems ( ) : void
리턴 void

OnSizeChanged() 보호된 메소드

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

SetColumnsSize() 보호된 메소드

protected SetColumnsSize ( int sizes ) : void
sizes int
리턴 void

TpListView() 공개 메소드

public TpListView ( ) : System
리턴 System

UpdateControl() 공개 메소드

public UpdateControl ( ) : void
리턴 void