Sorry, I will clarify what I am trying to do and hopefully someone can help me.
I have created a Drag Panel, which consists of a column of different buttons. All of the buttons are connected within the Drag Panel, so if I were to drag one button upwards, the rest of the buttons will follow. What I am trying to do, is when I select a particular button from that column, therefore setting it to active, it will snap to the center of the Drag Panel.
For Example: If I have 4 buttons which are dragged to the top of the screen, if I were to select the second button of that column, it would automatically center that button, having that selected button at the Drag Panel's local position of (0,0,0) , assuming that is the center. Once it is at the center location, label information will be generated to the left of that centered button, displaying additional information about what is selected.
I hope this clears it up, thank you.