Setting the TVertScrollBox Position
Recently in FMX, I was trying to reset the scrolling position of the TVertScrollBox to the top when re-showing a frame: The solution is to use the ScrollBy function. You have to specify how many pixels you would like to move backwards from the current position. For example, if my current Y position is 100 […]