In this set of steps, you modify the panel displayed by Project.Edit so that it displays more than one line of text, and so that it does not run off the edge of the dialog.
To modify Project.Edit.Panel:
You must select an element on a panel to make a change to it. To select only the element, and not the region it is in, you use the Panel Palette.

The values in the Property Sheet indicate the properties you can change for the edit box. Also, notice in the Design Window that only the edit box next to the label Project Description is selected.
In the Property Sheet, the Position (Col, Row) property changes as you move the element. If you want to make fine tuning changes, you can specify the exact pixel location in the Property Sheet.
The field still extends past the right edge of the panel.
![]()
The edit control resizes so that it fits within the panel, and the beveled box that surrounds the fields resizes so that it is just slightly wider than the fields.

The panel should look something like this:

You have repositioned and resized the Project Description edit box. Next, you set two properties that enable end users to enter more than one line of text in the edit box.
Note: If the Scrolling property is not available, make sure that the value of the Multiline property changed from No to Yes.
Notice that the input area at the top of the Property Sheet changed so that you can select a value from a list, but you cannot type in a value.
Setting the Scrolling property to Vertical causes the text in the multi-line edit box to wrap to the next line when the cursor reaches the right edge. If you did not set this option, text would continue on the first line off the edge of the field, rather than wrapping to the next.
When you changed the size and shape of the Project Description edit box, it covered both the Project Start Date and the Project End date fields. Next, you move those two fields down.

In the Design Window, you can see that the beveled box around the fields resizes to fit around all of the fields:

| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |