Skip to main content

TcxListView Class

A deprecated List View control.

Declaration

TcxListView = class(
    TcxCustomListView
)

Remarks

The TcxListView class implements a deprecated List View control as a wrapper for the standard TListView control from the VCL component library shipped with Embarcadero RAD Studio® IDEs. This control does not support many advanced features common to all DevExpress VCL controls, such as support for skins, high-DPI environments, multiple scrollbar types, etc.

VCL Editors: The Deprecated List View Control

Important

The TcxListView control is shipped as a part of the ExpressEditors Suite for backward compatibility only. DevExpress neither implements new features nor fixes bugs in deprecated products. We strongly recommend that you replace TcxListView with the new TdxListViewControl component in all projects.

The ExpressEditors Suite ships with the new TdxListViewControl component that is fully API-compatible with TcxListView.

VCL Editors: The New List View Control

How to Update Existing Projects

You can replace TcxListView with TdxListViewControl in all projects without making any additional changes in code.

See Also