C# Class GroupedListControl.GroupListControl

Inheritance: System.Windows.Forms.FlowLayoutPanel
Afficher le fichier Open project: TypecastException/GroupedListControl-Published

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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

Méthode Description
ShowScrollBar ( IntPtr hWnd, int wBar, bool bShow ) : bool

Method Details

CollapseAll() public méthode

Collapses all ListGroups contained in the current instance.
public CollapseAll ( ) : void
Résultat void

ExpandAll() public méthode

Expands all listgroups contained in the current instance.
public ExpandAll ( ) : void
Résultat void

GroupListControl() public méthode

public GroupListControl ( ) : System
Résultat System

GroupListControl_ControlAdded() public méthode

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
Résultat void

WndProc() protected méthode

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
Résultat void

lg_GroupCollapsed() public méthode

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

lg_GroupExpanded() public méthode

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