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

Ribbon for WPF Forum

Posted 1 month 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 1 month ago]

Comments (1)

Answer - Posted 1 month 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 5 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.