C# Class NetIde.Util.Forms.ListView

Inheritance: System.Windows.Forms.ListView
Afficher le fichier Open project: netide/netide

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ClearItems ( ) : void

Removes all list view items without calling Items.Clear.

The reason for using this method is that the scroll position is maintained when clearing a list view in this manner. Items.Clear resets the scroll position to the top of the list view.

Méthodes protégées

Méthode Description
OnContext ( ContextEventArgs e ) : void
WndProc ( Message &m ) : void

Method Details

ClearItems() public méthode

Removes all list view items without calling Items.Clear.
The reason for using this method is that the scroll position is maintained when clearing a list view in this manner. Items.Clear resets the scroll position to the top of the list view.
public ClearItems ( ) : void
Résultat void

OnContext() protected méthode

protected OnContext ( ContextEventArgs e ) : void
e ContextEventArgs
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void