Tool Palette Component

Is there a component that I can download or buy that looks and behaves like a Delphi IDE toolbar?

enter image description here

I need a component similar to it to display different elements in different categories.

The elements I want to fill are not components like TEdit, TButton, etc., but just regular list items that can be any and can have any custom icon.

Can someone suggest or recommend me to any available components like this?

I am using Delphi XE.

+5
source share
1 answer

What you know, I discovered the TC categoryButtons component is actually inside Delphi.

enter image description here

This is similar to the same type of component.

+8
source

All Articles