Moving and Re-sizing the
Component
Once a component is on the form, you may
-
Select it by clicking it. Do not double-click it unless you also wish to alter its properties.
-
You may also select a component by clicking its name in the Components list which appears in the Editor window
-
Move it by click-dragging from the middle of the component to somewhere else on the form. If this click-drag ends in the bounds of a component that may have children, then the component you are moving will be made a child of the other component. A component manages its children--when the component moves, its children move with it; when it appears or disappears, so do its children. The Form is an example of a component with children. For more information about the parent/child component hierarchy, see
See Component Tree: Parents & Children
.
-
Re-size it by click-dragging from its edge. (Depending on properties you've set on the component which contains the component you're re-sizing, it might not be re-sizable.)