This is my
CodePudding user response:
with ListCtrl controls, the report styleCodePudding user response:
CListCtrl (Report)CodePudding user response:
CLISTCTRLCodePudding user response:
CListCtrl (Report style)LONG lStyle=GetWindowLong (m_list m_hWnd, GWL_STYLE);//get the current window style
LStyle |=LVS_REPORT;//set style
SetWindowLong (m_list m_hWnd, GWL_STYLE lStyle);//set the style