I had been using the code snippet below from another post to add a help button to the ribbon
---
var tabControl = (XamTabControl)Infragistics.Windows.Utilities.GetDescendantFromType(ribbon, typeof(XamTabControl), true); if (tabControl != null){ var btnHelp = new HelpButtonTool(); tabControl.PostTabItemContent = btnHelp;}
This had been working until we changed the Ribbon.Theme property to "Scenic" now the GetDescendantFromType returns null and we have lost the help button.
HI dmurraylaing,
Can you provide a small isolated sample application that replicates this issue?
Sincerely, Matt Developer Support Engineer
HI,
I am just following up on this forum thread.
Please let me know if you need further assistance. Sincerely, Mat Developer Support Engineer