Reputation: 1429
I need to arrange all buttons icons on same alignment. But as the caption length changes button image position changes... Please suggest me the way to avoid it. I am using TSpeedButton.
Upvotes: 2
Views: 1146
Reputation: 7397
You can achieve that by editing Margin
property of TSpeedButton
. That way all the glyphs will be aligned to Layout
and offset by Margin
value.
Upvotes: 5