C# Class NetIde.Util.Forms.ListView

Inheritance: System.Windows.Forms.ListView
ファイルを表示 Open project: netide/netide

Private Properties

Property Type Description

Public Methods

Method 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.

Protected Methods

Method Description
OnContext ( ContextEventArgs e ) : void
WndProc ( Message &m ) : void

Method Details

ClearItems() public method

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
return void

OnContext() protected method

protected OnContext ( ContextEventArgs e ) : void
e ContextEventArgs
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void