Skip to content

ListView

ProGraMajster edited this page Mar 28, 2026 · 1 revision

ListView

← Back to Control Inventory

Summary

Represents a ListView control. Note the ListView control has not been fully developed, and probably does not contain enough functionality to be useful yet.

Example

var control = new ListView();

Documented Properties

Name Summary
DefaultPadding No XML summary yet.
DefaultSize No XML summary yet.
Items Gets the collection of items contained by this ListView.
SelectedItem Gets or sets the currently selected item, if any. If there are multiple selected items, the first selected item will be returned.
Style No XML summary yet.

Documented Methods

Name Summary
#ctor Initializes a new instance of the ListView class.
OnClick No XML summary yet.
OnDoubleClick No XML summary yet.
OnPaint No XML summary yet.

Documented Events

Name Summary
ItemDoubleClicked Raised when a list view item is double-clicked.

Notes

  • This page was generated from the public XML documentation of ModernFormsNext.
  • Base members inherited from Control, ScrollableControl, WindowBase, or other parent types may not all be repeated here.

ModernFormsNext

Clone this wiki locally