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
125
Custom "Wavy" underline of text in cell
posted

I have created my own editor as a subclass of EditorWithTextAndDropDownBase and I want to be able to underline the text on the cell using the wavy underline style (similar to the spell checker). I am able to do this with custom painting on regular textboxes (by overriding WndProc), but haven't figured out a way to do it in cells...Any ideas will be appreciated.

I am using 6.2 Clr 2.

  • 469350
    Verified Answer
    Offline posted

    Custom painting in the grid (and almost any of the Infragistics WinForm control) is handled by a DrawFilter. For more information and sample DrawFilters, I recommend checking out the Infragistics Knowledge Base. Do a search on DrawFilter and you will find lots of articles abd samples.