timmay3141
Programmer
I have a listbox and I want the full row to be selected when I select an item in it instead of just the text. I set FullRowSelect to true, but this doesn't seem to change anything. In some ways it seems to be behaving more like a list control than a list box (I'm used to doing this in C++, I'm new to C#). How can I make it actually select the full row?