wpf-tooltip

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...

WPF Tooltip Binding

I am only two weeks into WPF so this is probably a trivial question. I have a collection "CellList" which has a few properties I would like to bind to a tooltip so when I hover over a label information from the current instance of "CellList" is displayed. How do I do that? I understand simple binding and this maybe simple binding too ...