Hi all,
I want to design a control that is an image drop-down combo. ie, exactly like a standard combobox, except showing images instead of text. I'm unsure how to do this.
I've been able to write controls that contain sub-controls (eg like the TLabelEdit control) and I started with this design with a TImage as the base control, and adding a TSpeedButton as the drop-down button, and a TDrawGrid as the list of images. But I've quickly gotten out of my depth.
Can anyone give me some guidance?
Thanks.
I want to design a control that is an image drop-down combo. ie, exactly like a standard combobox, except showing images instead of text. I'm unsure how to do this.
I've been able to write controls that contain sub-controls (eg like the TLabelEdit control) and I started with this design with a TImage as the base control, and adding a TSpeedButton as the drop-down button, and a TDrawGrid as the list of images. But I've quickly gotten out of my depth.
Can anyone give me some guidance?
Thanks.