Hi ActiPro Team,
I want to disable the focus (tabbing) on the whole ribbon. Most of the Ribbon isn't really a problem. Just set IsTabStop/Focusable Property to false.
Now the main-issue is the Application Button, which is still focusable/reachable with tab. (We want to stay on the mask with tabbing).
I tried to set IsTabStop/Focusable to false everywhere (Ribbon, Ribbon.ApplicationMenu, RibbonWindow)
We also use the RibbonWindow instead of a normal Window.
Question: How can I remove the focus on the Application Button? Better would be a Property on the Ribbon Control, which removed whole fokus of all inner controls(for example textboxes are also still focusable through tab, but we don't use any in the ribbon)
Thank you for you Support!,
Ynas
I want to disable the focus (tabbing) on the whole ribbon. Most of the Ribbon isn't really a problem. Just set IsTabStop/Focusable Property to false.
Now the main-issue is the Application Button, which is still focusable/reachable with tab. (We want to stay on the mask with tabbing).
I tried to set IsTabStop/Focusable to false everywhere (Ribbon, Ribbon.ApplicationMenu, RibbonWindow)
We also use the RibbonWindow instead of a normal Window.
Question: How can I remove the focus on the Application Button? Better would be a Property on the Ribbon Control, which removed whole fokus of all inner controls(for example textboxes are also still focusable through tab, but we don't use any in the ribbon)
Thank you for you Support!,
Ynas