I'm designing an application in Firemonkey and some of the controls are inside a scrollbox. Is there a way to edit the content of the part outside the Scrollbox's displayed area, by moving somehow the scrollbars at DesignTime?
4 Answers
I think that you can't directly do that (because the scrollbars are not exposed in the prop. inspector). It seems that the only way would be to select the object you want to edit inside the structure tree and then to set its properties, such as the position, in the inspector.
Alternatively you could create a ScrollBox descendant and publish the scrollbars (with stored set to false) so that their values can be changed at design-time.
May be it's too late for answering. But you may add all of your controls inside a trectangle and then in structure panel drag that rectangle to make it scrollbox's child. change the position of trectangle to (0, 0); now you can change rectangle's position to see other controls which is not accessible through display area. Check these pictures