cancel
Showing results for 
Search instead for 
Did you mean: 

space between Text-Input-Field and the next Label

Former Member
0 Kudos

Hello,

wtihin a transparent container there are input fields and labels.

Transparent container has Flow Layout as Lyaout property (as per req).

The UI Elements are placed like that:

Label -> Text-Input-Field Label -> Text-Input-Field Label -> Text-Input-Field

The problem is there is almost no space between Text-Input-Field and the next Label.

It looks not very good. What can be made to have some space between them

Regards

erats

Accepted Solutions (1)

Accepted Solutions (1)

arjun_thakur
Active Contributor
0 Kudos

Hi,

Set the cellDesign property of the lable (2nd lable )as lpad. This will create some space with the two UI elements. You can also vary the vGutter property to get the required design.

I hope it helps.

Regards

Arjun

Edited by: Arjun Thakur on Apr 27, 2009 4:00 PM

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Using the flow layout will have all the elements in the continuious manner ie in one line

based on the width of the Root UI element container.

If you stil want to go with Flow layout then use the property CELLDESIGN you use the options RPAD and LPAD to have the space. If this still doesnt solve the issue then use the Horizontal Gutter or

Invisible UI elements to have the space.

Regards,

Lekha.

former_member226203
Active Contributor
0 Kudos

in the view , u hve a property called Layout property.

jus chg to MATRIX layout.think that will help.

Former Member
0 Kudos

Hi,

Change the layout to Grid Layout,

If you want to keep all the above 4 elements in a single row, give ColCount property value as 4,

and increase the CellSpacing and CellPadding property of the layout.

Regards,

Shweta

Former Member
0 Kudos

You can try using property VGutter. Set it as medium/large/xlarge.

But i would suggest using matrix layout.

Regards,

Radhika.