Question

I compose a form from a view action : @Command([Compose];"(fmMain)");

When the form it's displayed on the screen, its position is not central, and there is a scroll horizontal on the bottom of it. I don't mind if the scroll exists, but I don't want to be fixed on the middle of the scrollbar, I would like to be in the left part of the scroll-bar

Was it helpful?

Solution

You have an edit field, dialog list or other editable field which is focused first and is situated in right part of your form.

One way to solve your issue is to rearrange your form so that your first editable field is in lefter part of your form

or

You put on top of your form a new line with left alignment and an editable field. The field should have deselected "Show field delimiters".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top