ListCtrl Tabs
-
hi, Can i customize the ListCtrl Tabs & Move them when a costomize scrollbar Moves. :confused: vinod c s Integral Softech
-
hi, Can i customize the ListCtrl Tabs & Move them when a costomize scrollbar Moves. :confused: vinod c s Integral Softech
vinivc wrote:
Can i customize the ListCtrl Tabs & Move them when a costomize scrollbar Moves.
Well I didn't get you. What do you mean by
ListCtrl
tabs. Can you be more specific.
Nibu thomas Software Developer
-
hi, Can i customize the ListCtrl Tabs & Move them when a costomize scrollbar Moves. :confused: vinod c s Integral Softech
Hi vinivc , What's Tabs in the CListCtrl
-
Hi vinivc , What's Tabs in the CListCtrl
hi, Thanks for showing intrest in solving the problem. I mean the ListLctrl Column header(i.e the Tabs which represent the column Header ). I want to Customize them & use a customised HScroll & Vscroll to move the contents of ListCtrl. "(CListCtrl class in MFC)"
-
hi, Thanks for showing intrest in solving the problem. I mean the ListLctrl Column header(i.e the Tabs which represent the column Header ). I want to Customize them & use a customised HScroll & Vscroll to move the contents of ListCtrl. "(CListCtrl class in MFC)"
vinivc wrote:
I want to Customize them & use a customised HScroll & Vscroll to move thecontents of ListCtrl.
They are known as HeaderCtrl and MFC equivelent class is CHeaderCtrl
vinivc wrote:
I want to Customize them & use a customised HScroll & Vscroll to move thecontents of ListCtrl.
get the Pointer of listCtrl Header ctrl pointer using CListCtrl::GetHeaderCtrl( ); function
-
hi, Thanks for showing intrest in solving the problem. I mean the ListLctrl Column header(i.e the Tabs which represent the column Header ). I want to Customize them & use a customised HScroll & Vscroll to move the contents of ListCtrl. "(CListCtrl class in MFC)"
Hi vinivc, This link is not draw Tabs for ListCtrl but I think that maybe it is some helpful to you http://www.codeproject.com/listctrl/xlistctrl.asp[^]