How to make WPF ToolTip follow mouse
I have a Bitmap image that displays a ToolTip. The image is the handle for a custom built slider control. The purpose of the tooltip is to display the exact number that the slider handle is currently positioned on. Im looking for a way to make the tooltip "follow" the mouse. The following attributes have been set: ToolTipService.Betwee...