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
990
Binding to LayoutTransform in RibbonWindowContentHost
posted

In my application I have the following code:

<igRibbon:RibbonWindowContentHost.LayoutTransform>
 <ScaleTransform ScaleX="{Binding Source={x:Static Application.Current}, Path=Properties[Settings].Zoom}"
   ScaleY="{Binding Source={x:Static Application.Current}, Path=Properties[Settings].Zoom}"/>
</igRibbon:RibbonWindowContentHost.LayoutTransform>
 

but if I change the source (via a slider) the appearance does not change, why? is a bug?

Thanks for reply