Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
Tooltips for UltraTrackBar?
posted

A form in my application has an UltraTrackBar control.  I need to modify it so that a tooltip with the current value displays when the user mouses over the control.  The TrackBar control in Windows Forms supports tooltips, but I cannot find any properties in UltraTrackBar that appear to support this.

So my question is twofold:  Why doesn't UltraTrackBar support tooltips?  And what is a good way to get the UltraTrackBar in our control to support tooltips within a relatively short term?

Thanks in advance.