Select ListView Control`s item
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi Win32 API in VC++ using VS6! I am using ListView Control in my program .......everything is working fine......but the problem is when i select the Ist item the whole line(i.e Row) should get selected .....but it select only the item at Ist Row & Ist Column...... tell me how to do it
AbidBhat
-
Hi Win32 API in VC++ using VS6! I am using ListView Control in my program .......everything is working fine......but the problem is when i select the Ist item the whole line(i.e Row) should get selected .....but it select only the item at Ist Row & Ist Column...... tell me how to do it
AbidBhat
missing LVS_EX_FULLROWSELECT style ?
-
missing LVS_EX_FULLROWSELECT style ?