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
479
Custom tooltip: how to?
posted

Hi,

I see that the UltraTooltipManager has a limitation on the type of data to put on it.
It can only accept (formatted) text and images.

However, I want to add entire forms into a tooltip.  See the attached image for a preview of such a form that should show up when the user hovers over an employee in a list.

What direction should I go to do this?  I'd rather not paint to form to a bitmap and display that bitmap.

Thanks!

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi,

    There's no way to put controls or a form inside a tooltip. You would have to either show a dialog yourself or paint the form into an image and use that as your tooltip.

Reply Children
No Data