CListCtrl: Как в заголовках столбцов добавить значки направления сортировки?
Как?
используя ownerdraw элементы (ставь им стиль HDF_OWNERDRAW) и по WM_DRAWITEM получишь структуру DRAWITEMSTRUCT используя инфу из нее рисуй что угодно.
вот что в полях (вытянуто естессна из MSDN)
Member Description
CtlType ODT_HEADER owner-drawn control type.
CtlID Child-window identifier of the header control.
itemID Index of the item to be drawn.
itemAction ODA_DRAWENTIRE drawing-action flag.
itemState ODS_SELECTED drawing-action flag if the cursor is on the item and the mouse button is down. Otherwise, this member is zero.
hwndItem Handle to the header control.
hDC Handle to the device context of the header control.
rcItem Coordinates of the header item to be drawn. The coordinates are relative to the upper-left corner of the header control.
itemData Application-defined 32-bit value associated with the item.