Completed
Last Updated: 20 Jul 2022 12:20 by ADMIN
Release LIB 2022.2.725 (25 July 2022)
RibbonTabs do not have automation children (can be seen in Snoop/UI SPY) when LayoutMode is set to Simplified on load of the application
Completed
Last Updated: 01 Jul 2021 13:29 by ADMIN
Release 0.4.0

RibbonView is collapsed when set as direct content of Window in WinUI Desktop App.

Workaround is to wrap it inside a Grid:

<Window>

    <Grid>

               <telerik:RadRibbonView...