I need an invisible subscript column in a listview control.
If the column width is set on zero (ListView_SetColumnWidth (hCtl, col, 0), the column can nevertheless be maximized to the runtime.
What can I do?
If the column width is set on zero (ListView_SetColumnWidth (hCtl, col, 0), the column can nevertheless be maximized to the runtime.
What can I do?

Comment