Back to Devexpress

TcxShellListView Class

vcl-cxshelllistview.md

latest2.8 KB
Original Source

TcxShellListView Class

A deprecated Shell List View control.

Declaration

delphi
TcxShellListView = class(
    TcxCustomShellListView
)

Remarks

The TcxShellListView class implements a deprecated shell list view control based on 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.

Important

The TcxShellListView 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 TcxShellListView with the new TdxShellListView control in all projects.

The ExpressEditors Suite ships with the new TdxShellListView control that is fully API-compatible with TcxShellListView.

How to Update Existing Projects

You can replace TcxShellListView with TdxShellListView in all projects without making any additional changes in code.

Inheritance

Show 13 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxListViewContainer TcxCustomShellListView TcxShellListView

See Also

TcxShellTreeView Class

TcxListView Class

TcxShellListView Members

cxShellListView Unit