How to use TitleBarScaleTransform property from de RibbonWindow?

Ribbon for WPF Forum

Posted 7 years ago by Javier Alvarez
Version: 16.1.0635
Avatar

How to use TitleBarScaleTransform property from de RibbonWindow?

I want to scale like:

<TitleBarScaleTransform.LayoutTransform>
    <ScaleTransform ScaleX="{Binding ElementName=scaleSlider, Path=Value}" ScaleY="{Binding ElementName=scaleSlider, Path=Value}" />
</TitleBarScaleTransform.LayoutTransform>

Comments (2)

Posted 7 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Javier,

The RibbonWindow.TitleBarScaleTransform is for our internal use only.  It's used when we detect that the Ribbon is scaled up and we need to apply a similar scale transform to the window title bar area so that everything measures and arranges correctly and at the same scale.  Thus you could apply a scale LayoutTransform to the Ribbon control, and it should affect the title bar area too, via that property.


Actipro Software Support

Posted 7 years ago by Javier Alvarez
Avatar

We recommend you add in a future version an option to scale the window title bar area because now i'm using an invisible Ribbon only to get the window title bar scaled on a Window without a Ribbon.

The latest build of this product (v24.1.2) was released 2 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.