MidLabel not moved as a group

I have a GoGroup that consists of a GoText and a GoImage. I assign the GoGroup to the GoLabeledLink’s MidLabel. When I move either end of the GoLabeledLink the GoText moves but it left behind the GoImage.
What am I doing wrong? Any suggestions would be greatly appreciated.

That should work. I just tried it too, to make sure.
Are you sure you assigned the GoGroup to be the MidLabel, and not just the GoText? Have you overridden any Layout… methods of GoLabeledLink?

You are right, I had overridden LayoutMidLabel to reposition GoText. It works now that I use GoGroup. Thanks a million.