I'm trying to use Eto.Forms for a small personal project, however I'm struggling a bit doing everything by myself, so I'll post some questions here to see if I can get some help: I love the framework and it's really cool to see the same application running on both Win and Mac!
Problem arise when I run on Mac: if I click on a row selection isn't shown; row becomes selected (with a dark background) only if I scroll the grid, probably causing a repaint. I tried forcing a repaint by placing an .Invalidate() at CellClick and SelectionChanged but no luck.
Any idea about how do I work around this?
Thanks in advance,
mt