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 10 months ago]
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 10 months ago]
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.
Please log in to a validated account to post comments.