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
405
Tooltip when ellipsis?
posted

Hi,

I'm using a UltraCombo (.Appearance.TextTrimming = EllipsisCharacter, .DropdownStyle= DropDownList)
and it shows ellipsis when dropdown is closed and text doesn't fit in the control. But, I would (of course)
also like it to display a tool tip with the whole text when ellipsis are displayed.

Am I missing something obvious or is it not possible without coding something on my own?

 

Regards
-tomas.

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Tomas,

    There's nothing built-in to UltraCombo for this.The UltraComboEditor, however, has a property called ShowOverfloarIndicator that I think does what you want. So if you don't need multiple columns in the dropdown, you might want to consider using that, instead. 

    If that doesn't work, then you would have to use your own tooltip. 

Reply Children