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
900
ComboEditor & ToolTipp
posted

Hello,

how can I attach a tooltipp to a ValueListItem in the UltraComboEditor's Items list?

The text should be displayed beside the highlighted item, regardless whether it is highlighted by the mouse or keyboard.

 

Parents
No Data
Reply
  • 48586
    Suggested Answer
    posted

    Hello,

     

    You could use UltraTooltipManager in order to display tooltip whenever and where you want. Specifically for ValueListItem of UltraComboEditor,  you could handle DrawValueListItem event of ValueList and  based on the e.DrawItemEventArgs.State to display your tooltip. I have implemented this approach in the attached sample.

     

     

    Please let me know if you have any further questions

    105237.zip
Children