Issue with Custom HTML Control Height and Scrolling in UiPath Apps

Hi,

I’m using the Custom HTML control in UiPath Apps to display tabular data. I need to show multiple tables on the same page, so I’ve added five Custom HTML controls—one for each table.

I’ve set the height of each control to “Auto” in the Style properties. However, during preview, the tables are not adjusting their height based on the number of records. Instead, each table shows a vertical scrollbar, and we have to scroll inside each control to view the full table content.

What I’m trying to achieve is:

  • Each table should expand fully based on its content.
  • There should be no inner scrollbars inside each table.
  • Only the main page scrollbar should be used for scrolling.

Is there any setting or workaround to make the Custom HTML controls auto-adjust their height based on content, so that all data is visible without individual scrollbars?

I suggest you to put all table in one custom HTML control so you caan see all the tables with only one scroll.

Cheers

@nagendra.pabba1

If you use separate that would be an issue

Cheers