Property | Type | Description | |
---|---|---|---|
headerClickedEvent | HeaderClickEventHandler | ||
headerItems | List |
Method | Description | |
---|---|---|
AddHeaderItem ( string text, int width ) : void | ||
GetSizes ( ) : int[] | ||
Set ( string texts, int widths ) : void | ||
TpListViewHeader ( ) : System |
Method | Description | |
---|---|---|
DrawHeaderItem ( |
||
OnMouseClick ( MouseEventArgs e ) : void | ||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseLeave ( |
||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void |
Method | Description | |
---|---|---|
FindItem ( int pos ) : HeaderItem | ||
FindItemSplitter ( int pos ) : HeaderItem | ||
GetItemIndex ( HeaderItem it ) : int | ||
GetItemPosition ( HeaderItem it ) : int | ||
ResetActiveFlag ( ) : void |
public AddHeaderItem ( string text, int width ) : void | ||
text | string | |
width | int | |
return | void |
protected DrawHeaderItem ( |
||
g | ||
offs | int | |
item | HeaderItem | |
return | void |
protected OnMouseClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
public Set ( string texts, int widths ) : void | ||
texts | string | |
widths | int | |
return | void |
public HeaderClickEventHandler headerClickedEvent | ||
return | HeaderClickEventHandler |