TFlowPanel and TMS controls with labels

Tried with 10.2.3 and 10.4.2 and latest TMS VCL UI package.

When using A control like TAdvEdit with a LabelCaption value set and you have that label position to the left and drop it on A TFlowPanel, the label is always after the TAdvEdit. Really any position you have set is ignored.

I assume TFlowPanel is picking up on the TLabel getting created by the TAdvEdit and auto moving it around to what it thinks is right.

Any way around this or possible fix that could be done?

Sadly, this is a behavior of the TFlowPanel we cannot workaround.
A solution is to put the TAdvEdit with its label on a TPanel and add this TPanel to your TFlowPanel.