Position of FNC-Control in a bootstrap column in WebCore

Hello,

I try to position a TMSFNCWidgetProgress on a page designed with bootstrap5 (webcore). For this I read already the advice of Bruno to place the WidgetControl in an TWebHtmlDiv (ElementID and classname for FNC Components). My html-code looks like this:

widget1.elementid = view
widget2.elementid = view2
webpanel1.elementid = view3

        <div class="row">
            <div class="col">
                <div id="view"></div>
                <div><p>Paragraph</p></div>
            </div>
            <div class="col">
                <div id="view2"></div>
                <div id="view3"><p>Paragraph</p></div>
            </div>
        </div>

How can I adapt the width and position of the widget to the size of the columns. If I change the width of the browser window everything sizes accordingly but not the widget. It stays at its absolute position with its absolute size. If I set the widget.align to true (aligning to the parent TWebHTMLDiv) the widget vanishes totally.

Do You have any hint or is it not possible to position a FNC-Control dynamically in a bootstrap layout?

Kind regards
Harald