Method | Description | |
---|---|---|
AddAll ( List |
Add many controls at once. Improves drawing performance slightly.
|
|
AddControl ( Control control ) : void |
When a control is added, we need to add it to the TableView, adjust its width, listen to its visibility, and update our appearance.
|
|
AddControl ( Control control, int position ) : void | ||
ClearListItems ( ) : void | ||
ControlAtAbsolutePosition ( Point p ) : Control |
Find a control at the given screen position, in absolute coordinates.
|
|
Highlight ( Control c ) : void | ||
IndexOfListItem ( Control control ) : int | ||
RemoveControl ( Control control ) : void | ||
Unhighlight ( Control c ) : void |
Method | Description | |
---|---|---|
AlternateColorsOfEntries ( ) : void |
Alternates colors of entries between gray and transparent.
|
|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ControlList ( ) : System | ||
ControlList_Load ( object sender, EventArgs e ) : void | ||
FormatAndAddControl ( Control control ) : void |
Utility method to get a control read and stick it at the end of the table layout
|
|
FormatAndAddControl ( Control control, int position ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnListItemClicked ( object sender, MouseEventArgs e ) : void | ||
OnlistItemDoubleClicked ( object sender, MouseEventArgs e ) : void | ||
ShiftRowsDown ( int row ) : void |
All rows at 'row' will be shifted down one.
|
|
ShiftRowsUp ( int row ) : void |
All rows at 'row' will be shifted down one.
|
|
UpdateTableHeight ( ) : void |
Update the heights of the tablet layout and scroll panel controls
|
|
control_VisibleChanged ( object sender, EventArgs e ) : void |
public AddControl ( Control control, int position ) : void | ||
control | Control | |
position | int | |
return | void |
protected AlternateColorsOfEntries ( ) : void | ||
return | void |
public ControlAtAbsolutePosition ( Point p ) : Control | ||
p | Point | |
return | Control |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public IndexOfListItem ( Control control ) : int | ||
control | Control | |
return | int |
public RemoveControl ( Control control ) : void | ||
control | Control | |
return | void |