Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2745
Highlight row instead of cell
posted

Hello!

I know that it is possible to select the entire row when any of its cells are clicked.

Is at also possible to highlight the complete row when any of the cells in that row is "mouse-overed"?

/Henrik

Parents
  • 9298
    Verified Answer
    posted

    Henrik,

    You have to set the HotTrackRowAppearance.BackColor property which you will find in the Override under DisplayLayout.  Try something like this in the InitializeLayout event of the grid:

    e.Layout.Override.HotTrackRowAppearance.BackColor = Color.FromArgb(192, 192, 255);

    Let me know if that works for you.

Reply Children
No Data