阻止ListView选择矩形与列标题交叉

时间:2015-04-30 12:17:32

标签: c listview winapi

ListView中的选择矩形穿过列标题:

enter image description here

我试图在.NET中创建一个ListView,其中的选择矩形没有穿过列标题:

enter image description here

那么如何在Windows API中阻止此行为?

这是我用来创建ListView的代码:

HWND hListView = CreateWindowEx(0, WC_LISTVIEW, "", WS_CHILD | LVS_REPORT | WS_VISIBLE, 10, 10, 320, 200, hWnd, 0, hInstance, NULL);

0 个答案:

没有答案