I have an android app in Delphi 10 Seattle. I want to use a TVertScrollBox to show some content, it works great right now, but the scroll control is not visible unless you scroll. I see it has an auto-hide option, so I clicked that off. In Windows testing, I now see a horizontal and vertical scroll bar on my TVertScrollBox. In Android, it is still hiding and apparently ignoring autohide, but when you do scroll, now the vertical scroll handle appears AS WELL AS A HORIZONTAL SCROLLBAR!!! Come on Embarcadero!!! Why create a TVertScrollBox if you are not going to hide the Horizontal scroll in it? This is stupid.
My question: How do I get the vertical scroll bar to be visible so the user knows to scroll down to see more content? I want autohide off, and I definitely do not want the horizontal scroll bar visible at all.
I am calling RealignContent after changing the TLabel contents. All my controls are set to Align=Top, in this case, they are TLabels with AutoSize set to true and WordWrap set to true on the bottom one. I believe the solution is in style sheets, but I have not figured it out yet.
Thanks, Scott