future-architect/cheetah-grid

feature requests: can the rows of the grid change background color when I move the mouse in?

lusase opened this issue · 1 comments

can the rows of the grid change background color when I move the mouse in?

Thank you for posting this issue.

I think it's possible to use the MOUSEENTER_CELL and MOUSELEAVE_CELL events to watching the mouse position, change the style of the cell and then call invalidate.

There is no plan to provide it as a standard API.