Hi, all!
There is a problem to solve:
I have a view (CListView or CView w/CListCtrl - depends) in which I want to freeze one column at left side to scroll other part of list horizontally and vertically (frozen column also scrolls vertically).
How should I do it?
At first look, I can create yet another CListCtrl at the left side of view and syncronize its scrolling to main CListCtrl. But I donn't like this way.
Do you have some answers to this question?

Best regards, Bob.