Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxMCListBox Class

A deprecated unbound multi-column list box control.

#Declaration

Delphi
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