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
40
XamRibbonWindow bug
posted

Hi,
When I use XamRibbonWindow with SizeToContent="WidthAndHeight" ResizeMode="NoResize", whatever I put in it, I get a very large window, larger than my monitor.
When I try the same with a normal window, everything is fine.

Code Example:
<Ribbon:XamRibbonWindow x:Class="InfraWin.Window1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:Ribbon="clr-namespace:Infragistics.Windows.Ribbon;assembly=Infragistics3.Wpf.Ribbon.v8.2"
    Title="InfraWin" SizeToContent="WidthAndHeight" ResizeMode="NoResize"
    >
 <Ribbon:RibbonWindowContentHost>
    </Ribbon:RibbonWindowContentHost>
</Ribbon:XamRibbonWindow>

Thank you.

Parents Reply Children
No Data