ListView

From Visual WebGui Wiki

Jump to: navigation, search



Contents

Overview

The ListView control is functionally equivialent to the Windows Forms ListView control.

Availability

The ListView is one of the Out of the Box standard controls, which means it is free and available in all Visual WebGui versions.

Relevant members

Events

Name Description
ColumnWidthChanging
Fires when width of a column is being changed
ColumnWidthChanged Fires when width of a column has been changed
ItemFormatting
Fires before a cell is drawn in the ListView and used to change it's formatting. If UseItemStyleForSubItems = True the event fires only for the first item, otherwise it fires for all SubItems.


Samples of use

Version specifics

  • 6.4 added events ColumnWidthChanging and ColumnWidthChanged

SDK Version highlights

Rererences

Articles

Task tracker

Vidoes

Code samples

Forum discussons

Other references


Personal tools