Hi Dojo,
I have been following the guidelines in order to have at all time the vertical scroll bar visible for a Children shape that gets really populated and the need for seeing the scroll bar would help.
I did added at Page level the Options : VerticalScrollBarVisibility=Visible|
The issue is that it only stays visible as long as you hover it.
Should I also add some other Properties to the Children Shape?
Thanks.
The scrollbar visibility option applies to grid layouts, but not to the children shape within. That one will automatically apply scrollbars.
If you know how big your full children shape will get, you could try make it the full size and make the grid expand to beyond the screen. Then the grid can apply the scrollbar. But that's probably not ideal for something dynamic like the children shape...