What event handles the controls painting on a SimpleGraph?
I made a new TGraphNode, that has a TCategoryButtons inside a RoundRect Region, it draws well (the region border and the Delphi Control inside)and I can drag them fine too, but when I scroll the Graph, then the TCategoryButtons doesn't move, stays in the same position and have not found yet where painting controls is handled (not even the class that handles that), to put on that even the code I use in dragging, for moving the contorl with the RoundRect Region.
I would appreciate a lot if someone could help me
Thanks