TAdvWordCloud ScrollBar missing

Hello, it seems that TAdvWordCloud and TAdvWordCategoryCloud  components doesn't have a vertical scrollbar included.
If you try to insert into it, more tWords collection than the size of TAdvWordCategoryCloud component, you cannot get acces to all the words added

See the image below:




There is currently not a vertical scrollbar built-in in TAdvWordCloud.

A solution to have a scrollbar when you have more words than can fit is to drop the TAdvWordCloud components on a TScrollBox and set TAdvWordCloud.AutoSize = true.