Expand my Community achievements bar.

Dynamic Text Boxes

Avatar

Level 3

I'm wondering whether or not it would be straightforward to accomplish the following text box:

Label: _________________

______________________

instead of


Label: _________________

            _________________


I want to create a text box that wraps around underneath the label so as to use all of the available space.

Is there a built-in way to accomplish that with a single text box?

If not, how can I dynamically accomplish that?

1 Reply

Avatar

Level 10

You may achieve it with Floating field.

Place a Text on the form and enter the Label for the field. Click inside the Text and goto Insert Menu -> Floating Field. Floating field is nothing but a text field. So you can set the Allow multiple lines property and for Height, Check the checkbox "Expand to fit".

Place the value for the field at the design time in the value tab or access the field at runtime and set the rawValue.

Hope this helps.

Thanks

Srini