25 - Option for mouseover highlighting
I like the library. I was wondering if you had thought about adding an option to control whether mouseover highlighting is enabled. If you change the highlight color, it also will stop actual row selection from highlighting.
I was able to turn off the row mouseover highlighting by calling RegisterEvent and replace the OnEnter and OnLeave but it seems like it would be nice to just have an option. It's possible in the future that those events could be use internally for other purposes.
I had posted a comment but thought I should add a ticket too.
I think a simple function that takes a boolean value would work. Something like EnabledMouseoverHighlighting(enable).
- 1 comment
- 1 comment
- Reply
- #1
ddumont Jun 01, 2011 at 12:26 UTC - 0 likesI'd accept a patch if you wanted to provide and test one.