Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
775
Visual Studio Inspect Tool cannot find XamRibbon Tab element when selected
posted

Hi,

We are  using XamRibbon 15.1 in my application. Out test team uses Visual Studio Inspect tool to select any ui element and view it's data, for UI automation test purpose.

Now we have a problem, when we select a ribbon tab, we couldn't find any information about the selected tab inside Inspect tool. However if we move the mouse over to the FILE (Application Menu - Mouse Over) menu, then we could see all the tabs getting displayed inside Inspect tool. 

Please help.

Sample Xaml Code:

<XamRibbonWindow>

<DocumentContentHost>

<DocumentContentHost.Ribbon>

<XamRibbon />

</DocumentContentHost.Ribbon>

<DocumentContentHost.Content>

<ContentControl />

</DocumentContentHost.Content>

<DocumentContentHost.StatusBar>

<StatusBar />

</DocumentContentHost.StatusBar>

</DocumentContentHost>

</XamRibbonWindow>

Parents Reply Children
No Data