Is there a way to make the form scrollable? ORIs there a control or a package that contains a control that makes a scrollable frame on the form?
Is there a way to make the form scrollable?
Set TForm.AutoScroll property to True
TScrollBox