ListView wraps the Win32 list-view common control in report (details) mode:
a grid of rows and columns with single selection, full-row select, grid lines
and a clickable header. It exposes column and item management, selection,
per-item user data, column ordering, and delegate-based events for selection
changes, activation (double-click / Enter) and context-menu requests. Because
it is a real native control, it brings MSAA accessibility for free.
Native report-mode list view (SysListView32).
ListView wraps the Win32 list-view common control in report (details) mode: a grid of rows and columns with single selection, full-row select, grid lines and a clickable header. It exposes column and item management, selection, per-item user data, column ordering, and delegate-based events for selection changes, activation (double-click / Enter) and context-menu requests. Because it is a real native control, it brings MSAA accessibility for free.