Quote Originally Posted by Mythos44
I do have full row select set to true. I have it also set to listview not detail because I didn't want the header on top. Any other ideas?
Um, FullRowSelect only works with detail. If you want a whole row selected, you should have headers labeling the data otherwise it won't make much sense.

If you have to do it in ListView... then I guess you'll have to create a custom class and override the draw method and manually do it (i know, i know). That or if there is a way to hide the row from the detailed view.