Resize issue with webcontainer and weblistbox

Hello everyone!

I seem to be having 2 issues with weblistboxes inside of webcontainers.

First is that resizing or moving a webcontainer with a listbox inside from code causes graphical errors that are only fixed by the user manually resizing the page. Having a quick look at the framework code I can see that the size of the listbox is determined by js and not by css. I think that the listbox (and all other controls inside the container) are not getting notified of the size change.

The second issue is that a webcontainer locked to the left and right will lose its locks when changing the size from code. There is no way to re-enable the locks without recreating the container.

Any help would be much appreciated.

Thanks,
Alex

Calling:

ExecuteJavaScript("Xojo.view.sizing.resized()")

After resizing the container control seems to fix the visual issue but the user sees the glitch then sees it disappear.