Can i in some way mark items in ListViews Report view.
For Example i have got 3 different ListViews with random numbers so if somebody select an item (number) it is marked in some way and the same numbers in all other ListViews will be marked instantly.
For Example i have got 3 different ListViews with random numbers so if somebody select an item (number) it is marked in some way and the same numbers in all other ListViews will be marked instantly.
AceEmbler
Detect WM_NOTIFY + LVN_ITEMCHANGED then find (use LVM_FINDITEM) and select (use LVM_SETITEMSTATE) item on other ListView. Before select of the founded item need to deselect previous item.
Detect WM_NOTIFY + LVN_ITEMCHANGED then find (use LVM_FINDITEM) and select (use LVM_SETITEMSTATE) item on other ListView. Before select of the founded item need to deselect previous item.
I was thinking about this but it will look just ugly.So maby instead of just simple selecting items im going to add some icon to point on specific items, something like "Arrow" "-->" .
ugly
I have tangled select and mark.
add some icon
This is your choice.
Can be chose several items in first LV?
I have tangled select and mark.
add some icon
This is your choice.
Can be chose several items in first LV?
Can be chose several items in first LV?
i was thinking about this too but than only ownerdrawn or custom ListView would be appropriate .So maby some other day :tongue: , i think ordianry listView is enought as for now.
i'm thinking about adding (at run-time) new icons with different colors to my ListView image list and that's only way i can imagin in an ordinary LV