Is it possible to click on a column header AND fix the width of the column at the same time?
Basically, in order to fix the size of the column, I have done something like,
my_list_control.GetHeaderCtrl()->EnableWindow(FALSE);
However, this means that I can no longer click on the column header in order to sort the items.
Any solutions?
Basically, in order to fix the size of the column, I have done something like,
my_list_control.GetHeaderCtrl()->EnableWindow(FALSE);
However, this means that I can no longer click on the column header in order to sort the items.
Any solutions?