Ian Branch 127 Posted September 26 Hi Team, Is there a way to align the button captions in a TButtonGroup to the center of the button? Regards & TIA, Ian Share this post Link to post
PeterBelow 238 Posted September 27 13 hours ago, Ian Branch said: Hi Team, Is there a way to align the button captions in a TButtonGroup to the center of the button? Regards & TIA, Ian The "buttons" in such a group are of class TGrpButtonItem and that class does not seem to offer a way to adjust the alignment. But the TButtonGroup itself has a number of events you can handle to draw the buttons yourself, like OnDrawButton. Better study the source to see how the buttons are drawn by default to see how you can modify that. Share this post Link to post