Quick access toolbar - how to add textbox

Ribbon for WPF Forum

Posted 16 years ago by Acer
Avatar
Is there a way to add into the quick access toolbar other elements than a button?
(textbox, combobox, etc.)

[Modified at 02/24/2008 05:26 AM]

Comments (3)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Absolutely, you add them the same way you do the buttons, just by placing them in the Ribbon.QuickAccessToolBarItems collection. Any control that supports a small size can be placed in there.


Actipro Software Support

Posted 16 years ago by Acer
Avatar
Thanks.

How can I set the margin only to the left/right?
Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
You can do that the same way you do for any control, just set Margin="10,0,10,0" for example.


Actipro Software Support

The latest build of this product (v24.1.2) was released 27 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.