up vote 0 down vote favorite
share [g+] share [fb]

I am a newbie to using Delphi 2010 to write Ribbon Control...
I wanted a comboBox control with 5 to 6 lines for user to choose from on my ribbon...
I've set the CommandStyle of the TActionClient to csCombobox and I had a hard time figuring out how to set the content of my comboxbox and also the control seem to be disabled once I set the CommandStyle from csButton to csCombobox.

Please help.

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

I've never used the Ribbon before, but i made a little test and this is wath i get, I don't know if this is wath you want:

alt text

Just add strings to the Items property

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.