River_Forest 0 Posted July 16, 2020 Is there an easy way to add scrollbars to the main window of my project? (I hope this is the right place to post this question. Also, as a user of the Community Edition, it appears that I don't have access to "Help," so I can't find the answer there.) I thought something might be listed in "Properties," but I'm not seeing it there. Share this post Link to post
aehimself 396 Posted July 17, 2020 While I have no experience with C++ builder, nor FMX, but if the "ScrollBox" component is available, you can use that. Place one on your form, set the Align to alClient and put your components on the scrollbox instead of the form. Share this post Link to post
David Heffernan 2345 Posted July 17, 2020 14 hours ago, River_Forest said: Is there an easy way to add scrollbars to the main window of my project? (I hope this is the right place to post this question. Also, as a user of the Community Edition, it appears that I don't have access to "Help," so I can't find the answer there.) I thought something might be listed in "Properties," but I'm not seeing it there. You can get help in the community version I believe. But in any case it's all online. Share this post Link to post