0

I'd like to scroll a mixture of text and pictures out to a debugging console written in WinForms.

For example, I might print a few lines of text, followed by a graph, followed by more lines of text, etc.

Is there some form of text box in WinForms that I can continuously append not only text, but also pictures or graphs?

High Performance Mark
  • 77,191
  • 7
  • 105
  • 161
Contango
  • 76,540
  • 58
  • 260
  • 305

1 Answers1

0

You could consider a Rich Text Edit control. Here is a question whose answer links to some options. The question is old, so you may want to re-Google.

Open Source .NET Rich Text Editor UserControl with GUI all implemented

Community
  • 1
  • 1
Kent
  • 1,691
  • 4
  • 19
  • 27