I can't seem to set a hover value for every individual listgrid cell. I've tried overriding various events, such as cell hover and grid mouse over, without success. I had success adding a Label widget to the cell and setting the hover on the widget itself, but unfortunately the label's text appears twice, one over the other with a slight offset.
Could someone tell me how to do this correctly?
Thanks,
Scott
Could someone tell me how to do this correctly?
Thanks,
Scott
Comment