I set up the widgets as follows.
UIPanel(+ UIDraggablePanel)
+UIGrid
+GameObject(+ UIDragPanelContents)
+GameObject(+ UIDragPanelContents)
Build and Run, first object is displayed in the center.
When I click it, first object moved and it became top alignment.
I want to become top alignment from the beginning.
Please teach me how to do so.
Thank you.