I have a simple form with a TScrollBox ( Align := alClient ), and some controls on a TScrollBox. If the user resizes the form, the TScrollBox shows and hides the HorzScrollBar and VertScrollBar (depending on the size of the actual client form).
How to check at runtime - are HorzScrollBar or VertScrollBar visible right now?
TControlScrollBar.Visible not an answer because it has only a regulatory function.
source share