Hello Lazarus Community,
I'm currently working on a Windows CE application.
I got the task to enhance Colored Buttons instead of TBitBtn/TSpeedButton (I need Glyph).
I've tried "TCDButton" from the CustomDrawn component.
It works fine, but I can't change the alignment of the Glyph/Text which I need to align on the left side.
There is no property to change it.
I also tried the component TGridButton in which I can change the Background Color and the alignment with the propertry TextAlignment := taLeftJustify;
My only problem with this Component is that it is way too slow.
The programm must be able to draw many Buttons in seconds, not in minutes for just 100

It must be fast like a SpeedButton, looking like SpeedButton with a Glyph and .Margin := 1; with a White Background Color.
Does anyone have a solution for me, or do I have to draw my own button?
Thanks in advance.