5
votes

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

enter image description here

What I need is a component similar to this to display different items under different categories.

The items I want to populate it with are not components like TEdit, TButton etc but just regular list items which could be anything, and could have any custom icon.

Could anyone suggest or recommend me to any available components like this?

I am using Delphi XE.

1
It look like a particular case of progressive disclosure for me. - OnTheFly
Interesting link thanks for posting user539484 - user1175743

1 Answers

9
votes

What do you know I have discovered the component TCategoryButtons actually inside Delphi.

enter image description here

This seems to be the same type of component.