Dynamic Containers in WebDialog

Hi All,

I have a WebDialog with 3 sections for searching records. The 1st section on top are the searching criteria, the 2nd section in the middle to display records fetched, the 3rd section at the bottom are functional buttons.

I would like the 1st and 3rd section to be fixed in position. Fetched records in the 2nd section (which is a fix sized frame) are shown in dynamically created containers. How can I create a vertical (or even horizontal) scroll bar to allow showing records out of the display area?

Thanks in advance.

If you create your ‘dynamically created containers’ inside another container then THAT container will have scrollbars if its contents is bigger than itself :slight_smile:

Thanks Albin.