Quantcast
Channel: Ribbon for WPF - Recent Posts
Viewing all articles
Browse latest Browse all 1458

Re: Adding items to QAT

$
0
0

When we do it via context menus, our code effectively does something like this:

var element = CloneService.CreateClone(elementToAddToQat) as UIElement;
if (element != null) 
	ribbon.QuickAccessToolBarItems.Add(element);

Viewing all articles
Browse latest Browse all 1458

Trending Articles