Posted 14 May 2012 Link to this post
Posted 17 May 2012 Link to this post
<
UserControl.Resources
>
DataTemplate
x:Key
=
"myToolTipTemplate"
TextBlock
Text
"{Binding}"
/>
</
Grid
x:Name
"LayoutRoot"
Background
"White"
Rectangle
Width
"100"
Height
Fill
"Green"
telerik:RadToolTipService.ToolTipContent
"asd"
telerik:RadToolTipService.ToolTipContentTemplate
"{StaticResource myToolTipTemplate}"
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Posted 19 Jul 2012 Link to this post
Posted 20 Jul 2012 Link to this post
Posted 23 Jul 2012 Link to this post
RadToolTip service was designed to create a feature rich framework for tooltips for our controls that works the same way both in Silverlight and WPF. It is important to note that it is not a standalone product and it was created to support the radcontrols infrastructure, therefore we cannot provide support for its usages outside radcontrols. However you can still use it in you application but with no guarantees. The reason why we choose to use mouse move on the root visual instead of mouse enter / leave was because of scenarios with nested items (the treemap) in which the framework way of showing tooltips doesn't work correctly. The RadToolTip can be used separately from the RadToolTipService, so you can write your own code that opens a radToolTip. Hope this information helps!
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
Posted 27 Aug 2013 Link to this post
"myToolTip"
"{Binding Path=Head}"
HorizontalAlignment
"Left"
Button
Content
"X"
"Right"
MouseLeftButtonUp
"mp_MouseLeftButtonUp"
"{Binding Path=Body}"
"relative"
RadToolTipService.SetToolTipContentTemplate()
Posted 30 Aug 2013 Link to this post
this
.Resources[
]