Hi all,
My main application form occupies two listview controls.
Whenever I select a line in one of the listviews, I lose the selection of the selected line in the 2nd listview.
The solution of setting the 'HideSelection' property to 'true' is not good enough since I want the selected lines in both listviews to be colored blue, not grey.
Any suggestions?
Thanks a lot,
Eyal.
My main application form occupies two listview controls.
Whenever I select a line in one of the listviews, I lose the selection of the selected line in the 2nd listview.
The solution of setting the 'HideSelection' property to 'true' is not good enough since I want the selected lines in both listviews to be colored blue, not grey.
Any suggestions?
Thanks a lot,
Eyal.
Comment