Hello!
I have a sdi project named Test with CTestView derived from CListView. How
can I make that the CListCtrl objetc of the CTestView to not sort the items
from the first column.
I put into CTestView:
reCreateWindow the line
cs.style=WS_CHILD | WS_VISIBLE | LVS_REPORT | LVS_SHOWSELALWAYS ;
but the CListCtrl object is sorting again. What should i do to disable the
sorting property of the CListCtrl object?
Thanks
I have a sdi project named Test with CTestView derived from CListView. How
can I make that the CListCtrl objetc of the CTestView to not sort the items
from the first column.
I put into CTestView:
cs.style=WS_CHILD | WS_VISIBLE | LVS_REPORT | LVS_SHOWSELALWAYS ;
but the CListCtrl object is sorting again. What should i do to disable the
sorting property of the CListCtrl object?
Thanks