Skip to main content

TcxMCListBox Class

A deprecated unbound multi-column list box control.

Declaration

TcxMCListBox = class(
    TcxCustomListBox
)

Remarks

The TcxMCListBox class implements a deprecated unbound multi-column list box control as a wrapper for the standard TListBox control from the VCL component library shipped with Embarcadero RAD Studio® IDEs. This control does not support many advanced features common to DevExpress VCL controls, such as support for skins, high-DPI environments, multiple scrollbar types, etc.

VCL Editors: The Deprecated Multi-Column List Box Control

Important

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

See Also