Problem With List Ctrl
-
I am using CListrCtrl with Report style. On init dialog i fill the listctrl. I am Facing One Problem. Whenever i resize the column the scroll bar disappears. so plz give the solution for this. Mahesh
-
I am using CListrCtrl with Report style. On init dialog i fill the listctrl. I am Facing One Problem. Whenever i resize the column the scroll bar disappears. so plz give the solution for this. Mahesh
-
Mahesh Kulkarni wrote:
the scroll bar disappears
This is the standard behaviour of the list control : if all items can be seen inside the client area, the the scroll bar disappears, as you obviously do not need it anymore. ~RaGE();
I should specify it before. The Vertical scroll bar disappers and which is necessary for me. So plz give any solution.And I agree with you about horizontal scroll bar. Thanks and Regards. Mahesh
-
I should specify it before. The Vertical scroll bar disappers and which is necessary for me. So plz give any solution.And I agree with you about horizontal scroll bar. Thanks and Regards. Mahesh
You can change the behaveor of CListCtrl only if you derived your own class from it.