Are there no opening / closing events for the ScreenTip like there are for the standard WPF ToolTip? I have a TreeView with several thousand items in it, and I need to place item "details" in the ToolTip for each one. Because generating these details is fairly expensive, I only want to generate them when the ToolTip is actually called for.
With the standard WPF ToolTip, it's a piece of cake, attach to the "opening" event and set the text at that time. Can't seem to do the same with the Actipro ScreenTip service, which stinks, becauise I have used it throughout my app, and would like to use it here for consistency.
Any suggestions?
With the standard WPF ToolTip, it's a piece of cake, attach to the "opening" event and set the text at that time. Can't seem to do the same with the Actipro ScreenTip service, which stinks, becauise I have used it throughout my app, and would like to use it here for consistency.
Any suggestions?