AdvWordCloud autosize doesn't appear to work

I have placed a advWordCloud in a scrollbox and set the autosize of the advwordcloud to true. I've tried setting the alignment to top and client but it doesn't grow when there are many words added programmatically? What is the correct way to ensure this grows to accommodate the words?
Thanks

We traced & solved this issue. The next update will address this.
As a workaround for now, after adding words, set

AdvWordCloud.AutoSize := false;
AdvWordCloud.AutoSize := true;