Quantcast
Viewing all articles
Browse latest Browse all 7205

How to show a tooltip for the ListBoxControl item

You should use the ToolTipController.ShowHint method to show an item tooltip. To get the item the mouse pointer is hovering over, use the ListBoxControl.IndexFromPoint method. In the ListBoxControl.MouseMove event handler, show your tooltip.

Question Comments

Added By: Aarvey Raj at: 9/15/2015 12:13:37 AM    

In this way the tooltip is showing instataneously. how to set some delay before showing tooltip each time ?

Added By: Gosha (DevExpress Support) at: 9/15/2015 1:28:54 AM    

Hello,

To process your recent post more efficiently, I created a separate ticket on your behalf: T289796: How to show a tooltip for the ListBoxControl item. This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.


Viewing all articles
Browse latest Browse all 7205

Trending Articles