Is it possible to "see through" a hot-tracked row?
What I mean by this, is that if I have an UltraGrid with individual cells with Appearance.BackColor set, to indicate different statuses. I want to enable a hot-tracked row which has an Alpha level with partial transparency. So if I hover over a row which has certain cells coloured, I still see those colours through my hot tracked row?
If I set HotTrackRowAppearance, it only colours any rows without cell appearance set.
If I set HotTrackRowCellAppearance, it colours all cells in the row, but it overrides my individual cell colour.
Ideally the Cell should have a HotTrackRowAppearance, so if I set the appearance on the individual cell I could also set the colour when my hot track row is over the cell, but this doesn't appear to exist.
Is there any other way to do this?
Hello,
Please provide a mockup screenshot of your desired behavior.
Something like this:
The hot-tracked row is red 25% opacity. When it hovers over the blue squares, they become purple, and the green gets darker.
4338.WindowsFormsApp1.zip
Your welcome.
That's great, thank you. I missed the fact that I needed to set AlphaLevel directly on the appearance, rather than on the colour itself.