Dynamically fill a 2-level Ribbon Flyout button with a populate script

Jones Aktan Blog 0 Comments

When pushing the XML generated by RibbonWorkbench the 2nd level was displaying a “No actions available” message.

Dynamically fill a 2-level Ribbon Flyout button with a populate script

Typically this message refers to a missing command attribute on the button tag, but not in this case.

Dynamically fill a 2-level Ribbon Flyout button with a populate script

The solution is to add a PopulateDynamically=”true” attribute on the FlyoutAnchor tag.

Dynamically fill a 2-level Ribbon Flyout button with a populate script Dynamically fill a 2-level Ribbon Flyout button with a populate script

Share this :

Leave a Reply