AD
Administrator
Syncfusion Team
November 3, 2003 08:44 PM UTC
Try setting the ListBoxSelectionMode property. This will select the whole row when you click it.
To make the currentcell the same color as the rest of the row, handle the CurrentCellActivating event, and there, set e.ColIndex = 0.