How to make the nodes added to the group horizontally centered when the group uses the go.GridLayout layout

I don’t think there’s an easy answer if you want to continue using a Placeholder.

If you wanted the nodes to stay in the top-left corner of an area of the group, then in addition to setting the alignment of the Placeholder within its Panel, you only need to set Group.computesBoundsIncludingLocation to true. But that was covered in a different forum topic: How to keep the group fixed