Painting Problem with CListCtrl
-
Hi Everybody, i have porblem guys. I have a Window which consists of a TabCtrl and a ListCtrl. ListCtrl is Placed on TabCtrl. And the Main window posseses the ClipChildren property of windows. When I am loading another window or dialog on the ListCtrl and dragging or moving the loaded window it is painting the list with its backcolor and the list is erased . Will anybody give the solution as soon as possible. Its really urgent.. bye then, Thanking u inanticipation.. aleem.
-
Hi Everybody, i have porblem guys. I have a Window which consists of a TabCtrl and a ListCtrl. ListCtrl is Placed on TabCtrl. And the Main window posseses the ClipChildren property of windows. When I am loading another window or dialog on the ListCtrl and dragging or moving the loaded window it is painting the list with its backcolor and the list is erased . Will anybody give the solution as soon as possible. Its really urgent.. bye then, Thanking u inanticipation.. aleem.
Some ideas: - the Tab control should have the WS_CLIPSIBLINGS style - the Tab control should be the last in the tab-order (or play with it) - try to remove the WS_CLIPCHILDREN style from the main window Hope this helps, Paolo ------ "airplane is cool, but space shuttle is even better" (J. Kaczorowski)
-
Hi Everybody, i have porblem guys. I have a Window which consists of a TabCtrl and a ListCtrl. ListCtrl is Placed on TabCtrl. And the Main window posseses the ClipChildren property of windows. When I am loading another window or dialog on the ListCtrl and dragging or moving the loaded window it is painting the list with its backcolor and the list is erased . Will anybody give the solution as soon as possible. Its really urgent.. bye then, Thanking u inanticipation.. aleem.
Hi, Did you come up with a solution cause I have the same problem? Thx, /Tommy