C# Class GroupedListControl.GroupListControl

Inheritance: System.Windows.Forms.FlowLayoutPanel
Mostra file Open project: TypecastException/GroupedListControl-Published

Public Methods

Method Description
CollapseAll ( ) : void

Collapses all ListGroups contained in the current instance.

ExpandAll ( ) : void

Expands all listgroups contained in the current instance.

GroupListControl ( ) : System
GroupListControl_ControlAdded ( object sender, System.Windows.Forms.ControlEventArgs e ) : void

Handles the ControlAdded Event for the current instance.

lg_GroupCollapsed ( object sender, EventArgs e ) : void

Handles the Collapsed event for the current instance.

lg_GroupExpanded ( object sender, EventArgs e ) : void

Handles the Expanded event for the current instance.

Protected Methods

Method Description
WndProc ( System &m ) : void

Disables the horizontal scrollbar in the primary container control. Individual ListGroups within the GroupList have their own scrollbars if needed.

Private Methods

Method Description
ShowScrollBar ( IntPtr hWnd, int wBar, bool bShow ) : bool

Method Details

CollapseAll() public method

Collapses all ListGroups contained in the current instance.
public CollapseAll ( ) : void
return void

ExpandAll() public method

Expands all listgroups contained in the current instance.
public ExpandAll ( ) : void
return void

GroupListControl() public method

public GroupListControl ( ) : System
return System

GroupListControl_ControlAdded() public method

Handles the ControlAdded Event for the current instance.
public GroupListControl_ControlAdded ( object sender, System.Windows.Forms.ControlEventArgs e ) : void
sender object
e System.Windows.Forms.ControlEventArgs
return void

WndProc() protected method

Disables the horizontal scrollbar in the primary container control. Individual ListGroups within the GroupList have their own scrollbars if needed.
protected WndProc ( System &m ) : void
m System
return void

lg_GroupCollapsed() public method

Handles the Collapsed event for the current instance.
public lg_GroupCollapsed ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

lg_GroupExpanded() public method

Handles the Expanded event for the current instance.
public lg_GroupExpanded ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void