Grid/List Problem
I have a problem which seems simple but I couldn't still found the solution.
I'm searching for a grid/list (to use with VC++ 6.0) to show some data like follows.
1. Background & Foreground colours of the rows must be changed separately.
2. Selection must be done by row, but also rows must be selected with ctrl key.(e.g. say multiple select row 2,4,8 together).
using "MSFlexGrid" I can do the above No.1 but not No.2
using "List Control" I can do the above No.2 but not No.1
Do you know any control to fulfill the above requirments? If its there pls let me know.
Thanks in advance,
Chinthaka.

