The title bar of a XamRibbonWindow looks strange if the app is running in a VmWare Workstaion window.
If it run on a normal Windows10 it looks fine and you see the tilebar text and the whole AppMainMenu button.
I post it here because this effect appears only with XamRibbonWindows.
Any idea how I can prevent this?
Hello Hans,
Thank you for posting .
As per you instruction I setup up VMware workstation player and launching a VM locally.
I created a sample of XamRibbonWindow against version 19.2 and run the sample on VMware workstation and find I am not able to reproduce the behavior you described.
I can see the clear titlebar text and AppMainMenu button.
I attached the sample here for your testing and also the image of running sample.
If sample if not the correct demonstration of what you are trying at your end ,feel free to update it and send me back for further investigation.
TestSampleVMware.zip
Thank you for your quick response.
You are right. This works on my VM too.
But We use the RibbonWindow not in this way. We declare in the app.xaml for the StartupUri not a Window control but the ribbon window itself:
<Application x:Class="TestSampleVMware.App" xmlns="">schemas.microsoft.com/.../presentation" xmlns:x="">schemas.microsoft.com/.../xaml" xmlns:local="clr-namespace:TestSampleVMware" StartupUri="RibbonWindow.xaml"> <Application.Resources> </Application.Resources></Application>
And in this case I get the effect.