WebForm not using full browser width

Hi,
Even if the Form is set with Align alClient, the width is not full. It remains a space in the right screen side.


See image above.
What should I do to make form fits entire screen?

This is most likely padding / margin of the HTML BODY element.
You can set this in the HTML template via:

<body style="margin:0;padding:0">

No finally I found the issue.
The base for all controls is a HTMLDIV that has 80 Percent width even if it was setup as Absolute.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.