> I also do the same calculation in DropTarget#dragMove, and would like to > render a line over or under the node I'm hovering over if applicable. I guess > I need to override the skin's paint method to do this. How do I install a > custom skin just for this TreeView? :)
Could you use a Decorator for this?
