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,
We are also using infragistics control. i am also facing the same issue. TextEditorToolit's keyUp/ KeyDown event does not get fired for enter key. As i need to perform some operation either on button click or when user press enter.Please let me know if this issue is fixed / workaround.
Or should i go back to WPF textbox?
Thanks,
Archana.
HI,
I am just following up on this forum thread.
Please let me know if you need further assistance. Sincerely, Mat Developer Support Engineer
HI dmurraylaing,
Can you provide a small isolated sample application that replicates this issue?
Sincerely, Matt Developer Support Engineer