Click or drag to resize

ListViewEx Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsListView
          DWSIM.SharedClasses.ControlsListViewEx

Namespace: DWSIM.SharedClasses.Controls
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 8.8.1.0
Syntax
public class ListViewEx : ListView
Request Example View Source

The ListViewEx type exposes the following members.

Constructors
 NameDescription
Public methodListViewEx 
Top
Properties
 NameDescription
Public propertyAllowRowReorder 
Public propertySorting 
Top
Methods
 NameDescription
Protected methodOnDragDrop
(Overrides ControlOnDragDrop(DragEventArgs))
Protected methodOnDragEnter
(Overrides ControlOnDragEnter(DragEventArgs))
Protected methodOnDragOver
(Overrides ControlOnDragOver(DragEventArgs))
Protected methodOnItemDrag
(Overrides ListViewOnItemDrag(ItemDragEventArgs))
Top
Fields
 NameDescription
Private field_allowRowReorder 
Private fieldStatic memberREORDER 
Top
Extension Methods
 NameDescription
Public Extension MethodDropDownHeight
(Defined by General)
Public Extension MethodDropDownWidth
(Defined by General)
Public Extension MethodGetAllChildren
(Defined by FormExtensions)
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Public Extension MethodUIThread
(Defined by General)
Public Extension MethodUIThreadInvoke
(Defined by General)
Top
See Also