Hiding selection in a DataGridView

  • Thread starter Thread starter Joshua Moore
  • Start date Start date
J

Joshua Moore

Hi,

I'm trying to hide the selection in the DataGridView when it's not the
active control (users are complaining that it appears active). Is there
anyone who has done this before? There's no HideSelection member like in
other classes. I can set teh CurrentCell to null and it will remove it, but
I don't want to lose the CurrentCell (or an extremely elaborate hack) :)

Thanks,
Josh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top