cancel
Showing results for 
Search instead for 
Did you mean: 

Giving same width to different Group UI

former_member185241
Active Participant
0 Kudos

Hi All

I have three group UI element,

Inside this i have input fields.

I want to give similar width size to all group.

How to do this?

because all groups are taking width according to the input field size.

Thanks ad Regards

Abhishek

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Abhishek,

     Why don't you try to set length properties of your Input fields which can restrict the visible length of any input fields in the output.

Also try with some changes in layout structure.

If your groups are below each other then u cn set matrix layout and can set their widtha certain % or pixel.

In case they are side by side u cn try using grid layout with 3 column and give each group 1 column  width.

Just try some possibilities & m sure it will work.

Regards,

Monishankar

Former Member
0 Kudos

Hi Abhishek,

Instead of adding the UI elements directly to the group, add them under a container and put the container in the group. Maintain width properties of group and container ui element.

If you take a scrollable container it will be better. Hope it helps.

Regards,

Sayan

Former Member
0 Kudos

For the group UI element, you can give WIDTH and HEIGHT in its properties.

Make sure you have the same width and height across all the groups.

former_member185241
Active Participant
0 Kudos

Hi Shambu,

I have given but it is not working 😞