I have a screen in my PowerApps news browsing application which displays article title, it's title image, author name, date posted and it's html text. It looks like this:
I display html using HTML text control. It's height is fixed, and, when it has to display a long text, scroll bar appears but only for this control. So only half of the screen is scrollable. When I use usual text box control I can set it's 'AutoHeight' property to true
and text box automatically increases it's Height property if it's Text property contains more characters than the control can show at one time. How can I do something similar with 'HTML text control', make all the screen scrollable and show all of the html?