The TAdvRichEditor family ... ToolBar

From my point of view, it is necessary to add:
wrap text Ture / False
Automatically adjust:

  • height + 3-5 pixels
  • width

We usually have longer words than English.
2021 12 09 10 10 06
2021 12 09 10 11 02

2021 12 09 12 23 27

Either set button's AutoSize = true or increase the width with:

AdvToolBar.GetButton(id).AutoSize: boolean;
AdvToolBar.GetButton(id).Width: integer;

Thanks.