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
385
Showing Line Numbers in the Text Editor
posted

Hi,

Is there an Infragistics component that supports line numbers?  (e.g. for source code editing). I have looked through the forum and API docs but did not anything.

So, I guess, I could do something with a DrawFilter on a TextEditor. Does someone have another idea?

Regards,
Reto

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    No, there is no component that does that. Note that the IUIElementDrawFilter solution will not work when the UltraTextEditor is in edit mode, because in that case a TextBox will be present. It is theoretically possible (I think) to draw characters onto the TextBox using windows messages, but I can't imagine that would be a trivial undertaking.

Children