cancel
Showing results for 
Search instead for 
Did you mean: 

Field Alignment issue

Former Member
0 Kudos

HI All,

I have a view which is being used at 2 places in the same application.At one place all the fields of that view are in enabled while at other place disabled. if i align the fields at 1 place ,alignment is getting changed at the other place. I think this is because of enabling and disabling the same fields.

Can any one suggest me some work around for this?

Regards,

Lakshmi.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you are using the table UI element then

use the fixed layout method of cl_wd_table

Can you please explain the exact problem.

Regards,

Lekha

Former Member
0 Kudos

Hi,

thanks for the reply. here in our application, we are using all input fields ,all of them are in separate transparent containers.here the problem seems to be the fields attached with the F4 help.

when we disable ,the alignment of that particular field is getting changed.The same view is being used at other place where all the fields are enabled now.so here alignment comes properly.

could u suggest any workaround for this?

Regards,

Lakshmi.

Former Member
0 Kudos

Hi,

Hope you are programitically enabling/disbaling the Input fields.

what is the layout are you using for the Root UI element container. I think you might be using the Flow layout.

Are you enabling/disabling or setting the visisbility.

I think enabling/disabling will have no effect on the alignment but visibility has an effect.

Regards,

Lekha.

Former Member
0 Kudos

HI Lekha,

i am disabling the fields at runtime... through the code.

and the layout of rootcontainer element is Grid layout only..

but how come this alignment goes.. still puzzling?

Regards,

Lakshmi.

Former Member
0 Kudos

Hi,

For each set of the Input fields are you using the Transparaent containers(TCO)

How are using these TCO. How are you aligning these Input fields.

Are all the Input fields inside One TCO. Have you set the layout for TCO.

For the Root you set as Flow and for the TCO as Matrix itself. In this have the Input fields. for the Labels give as Matrixhead and Input fields as Matrix Data.

Regards,

Lekha.

Answers (0)