cancel
Showing results for 
Search instead for 
Did you mean: 

How to Overlap UI elements

Former Member
0 Kudos

Hi,

I have 2 UI elements. One is Input field and One is Drop Down. Depending on Input either of the fields should be visible only once. According to my customization i made individual display depending on their conditions. But the positions are different, causing slight variance in the display of the whole View structure.

Kindly help me out in this.

Thanks,

JeyaGobi.

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

What is the layout type you are using in the surrounding container. The two fields could have different total sizes. Often DDLBs are longer because the resize to the maximum size of the description. The longer UI element combined with a layout type that is trying to center or space the content could put the two fields in different positions.

saket_abhyankar
Active Participant
0 Kudos

Hi,

What do you mean by

According to my customization i made individual display depending on their conditions.

?

According to me if you keep both fields side by side and set only one field visible at a time based on condition then there will be not be variance in the view. You can also use dynamic programming for your requirement.

Regards,

Saket.