Ian Branch 127 Posted March 13, 2021 Hi Team, I have 4 buttons evenly spaced across a panel on a form. The form width can be manually expanded at run time. I can set the left and right buttons (1 & 4) using the Anchors. How can I adjust the position of the two middle buttons (2 & 3) programmatically to remain equally spaced between button 1 & 4 if/when the form is expanded? Regards & TIA, Ian Share this post Link to post
haentschman 92 Posted March 13, 2021 Hi... ...how about a TGridPanel? https://edn.embarcadero.com/article/33421 Share this post Link to post
Ian Branch 127 Posted March 13, 2021 Hi haentschman Thank you. Does the job admirably. Took me a little to figure out how to drive it but I got there. Tks again, Ian Share this post Link to post