I have a simple graph. A new adornment will show clicking on each node.
The adornment on node[Alpha] is in the boundary. But the adornment on node[Gamma] or node[Delta] is beyond the bottom of the diagram.
How can I make the adornments inside the boundary of the diagram?
You may want to increase the value of Diagram.padding to allow scrolling downwards or rightwards further. I suppose you don’t need to allow scrolling upwards or leftwards any further.
As I think you already understand, that “Auto” Panel within the Adornment will always have its top-left corner at the center of the Node (the Adornment.adornedObject). It doesn’t matter where the node is or how the diagram has been scrolled or zoomed.