How to show the results in fixed box

I have a requirement that in a screen, I have to populate around 20 to 30 results(example shown in the end how to show the data in each box) each in a box / layouts. 

When I populated the data in the UI for 20 results, the screen is expanding Vertically till the last results. what we need is to have fixed components (layout / section / anything) to show all the results in one BOX and user can scroll only that box to see all the results instead of scrolling the entire screen. Also the UI looks very bad as the other parts of the screen is adjusted according to the results.

1.

Name: XXX

Age: XX

Gender: XXX

City: XXX

State: XXX

2. 

Name:

Age:

Gender:

City:

State

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to kirankumard0001

    Yes I think there should not be any problem in implementing this. But it depends on how the code is designed currently. If it is similar to what has mentioned below, then adding one more field that can store the radio button value to the local!data dictionary type can help you.

    Then you can add validation in section to restrict selection of one result as Yes and all others as No.

    If your design is different than this then we will need to current code implementation to help better.

Children
No Data