The order in which you size, align, and distribute the parts is not always important. Usually, you start with the upper left corner and work your way through all the parts in the window.
First, select the Window part and then drag one of the selection handles (located on each of the four corners of the window) of the window to make it narrower.
To size the List part so it matches the width of the Text part, do the following:
Because the Text part was selected last, it becomes the primary selection for the match width operation. The width of the List part is changed to match the width of the Text part.
To size, align, and distribute the Add push button and the Remove push button, do the following:
To align the left side of the Text, List, and Label parts, do the following:
By selecting the Label part last, it will be given primary selection for the alignment operation.
You have now completely finished the user interface of your To-Do List application. Next, you'll add a nonvisual part, which stores the data for the application.