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
100
Hide tooltip in Wingrid
posted

I have Wingrid and have added a UltraComboEditor is one of the cells. I need to display the line patterns in dropdown for which  the following code is workin fin

For Each de As DictionaryEntry In supportedLineStyles

Dim lineStyleKeyValue As DictionaryEntry = CType(de.Value, DictionaryEntry)

infraItem =

 

New Infragistics.Win.ValueListItem

infraItem.DisplayText =

" "

 

infraItem.DataValue =

 

 

 

App.ImageHAlign = HAlign.Left

infraItem.Appearance = App

ucmbShape.Items.Add(infraItem)

Next

Issue

CType(lineStyleKeyValue.Key, Integer)

App =

New Infragistics.Win.Appearance

App.Image = GetImage(

CType(lineStyleKeyValue.Key.ToString, LineStyles))

1: ucmbShape.text = selectedItem And when I do mouse over a tooltip appears, Is there any way to hide the tooltip.

2: In the dropdown, the images size is reduced and a grey background is visible (refer to GreyBackground)

However if i add the same control with same code directly on WinForms, it works fine.

Why does the same control behave in different manner?

Thanks

SHipra

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Shipra,

    The code you posted here is unreadable. Probably because you copied from something that uses a clipboard format the forums don't understand.

    So I'm afraid I don't understand what you are asking. Can you copy the code into NotePad and copy from there to clean it up? Or surround it with a 'code' block.

     

Children
No Data