C# 클래스 GroupedListControl.ListGroup

상속: System.Windows.Forms.ListView
파일 보기 프로젝트 열기: TypecastException/GroupedListControl-Published 1 사용 예제들

공개 메소드들

메소드 설명
Collapse ( ) : void

Causes the Displayed list of items to collapse, hiding all items and displaying only the columnheaders.

Expand ( ) : void

Causes the list of items to expand, showing all items in the Items collection.

ListGroup ( ) : System
SetControlHeight ( ) : void

Adjusts the item display area of the control in response to changes in the expanded or collapsed state of the control.

비공개 메소드들

메소드 설명
EnumChildWindows ( IntPtr hWndParent, EnumWinCallBack callBackFunc, IntPtr lParam ) : int
EnumWindowCallBack ( IntPtr hwnd, IntPtr lParam ) : bool
GetOrderedHeaders ( ListView lv ) : System.Windows.Forms.ColumnHeader[]
GetWindowRect ( IntPtr hWnd, System.Windows.Forms.RECT &lpRect ) : bool
ListGroup_ColumnClick ( object sender, System.Windows.Forms.ColumnClickEventArgs e ) : void

Handles the ListGroup ColumnClick Event

ListGroup_ColumnWidthChanged ( object sender, System.Windows.Forms.ColumnWidthChangedEventArgs e ) : void
OnColumnAdded ( int ColumnIndex ) : void

Raises the ColumnAdded Event when a new column is added to the ColumnHeaders collection.

OnColumnRangeAdded ( ColumnHeader Columns ) : void

Raises the ColumnRangeAdded Event when a range of new columns are added to the ColumnHeaders collection.

OnColumnRemoved ( int ColumnIndex ) : void

Raises the ColumnRemoved Event when a column is remmoved from the ColumnHeaders collection.

OnColumnRightClick ( ColumnHeader header ) : void
OnItemAdded ( System.Windows.Forms.ListViewItem lvi ) : void

Raises the ItemAdded Event when a new item is added to the items collection.

OnItemRangeAdded ( System.Windows.Forms.ListViewItem Items ) : void

Raises the ItemRangeAdded Event when a range of items are added to the items collection.

OnItemRemoved ( System.Windows.Forms.ListViewItem Item ) : void

Raises the ItemRemoved Event when an item is removed from the items collection.

OnItemRemovedAt ( int index, System.Windows.Forms.ListViewItem Item ) : void

Raises the ItemRemovedAt Event when an item is removed from the items collection.

PreferredControlHeight ( ) : int
regularListViewMenu_Opening ( object sender, CancelEventArgs e ) : void

메소드 상세

Collapse() 공개 메소드

Causes the Displayed list of items to collapse, hiding all items and displaying only the columnheaders.
public Collapse ( ) : void
리턴 void

Expand() 공개 메소드

Causes the list of items to expand, showing all items in the Items collection.
public Expand ( ) : void
리턴 void

ListGroup() 공개 메소드

public ListGroup ( ) : System
리턴 System

SetControlHeight() 공개 메소드

Adjusts the item display area of the control in response to changes in the expanded or collapsed state of the control.
public SetControlHeight ( ) : void
리턴 void