How to provide custom ui template for ribbon:ScreenTipService.ScreenTipDescription property

Ribbon for WPF Forum

Posted 2 months ago by UI-UX
Version: 24.1.1
Avatar

Is there any way i can write my own custom ui template (instead of plain text) for ribbon:ScreenTipService.ScreenTipDescription !?

It being a DependencyObject/object type.. Any sample example ?  Thanks.

[Modified 2 months ago]

Comments (1)

Answer - Posted 2 months ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hello,

The ScreenTipDescription can be any object, including a Control instance, if you wish to inject something other than a string.  You could even use a ContentControl instance as the ScreenTipDescription and apply a ContentTemplate (DataTemplate) to some data object via its Content property.


Actipro Software Support

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

Add Comment

Please log in to a validated account to post comments.