Hello Michael,
If I understand well, what can happen is that the contents of the HTML control exceeds the control height, so, it's placed out of the control, causing that other controls below the HTML control don't appear as expected. If this is what happen, the solution is to use an "overflow-y" CSS rule (set it to "auto") for the HTML control, so their contents are shown using a scroll if needed, but, never exceeds the control height.
Take a look at the below sample app, copy the code and save it into a "MyApp.ab" file, for example:
Everybody can read the DecSoft support forum for learning purposes, however only DecSoft customers can post new threads. Purchase one or more licenses of some DecSoft products in order to give this and other benefits.
This website uses some useful cookies to store your preferences.