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...