Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将混合的文本和图片滚动到用 WinForms 编写的调试控制台。
例如,我可能会打印几行文本,然后是一个图表,然后是更多行文本,等等。
WinForms 中是否有某种形式的文本框,我不仅可以连续添加文本,还可以添加图片或图表?
您可以考虑一个富文本编辑控件。这是一个问题,其答案链接到一些选项。这个问题很老,所以你可能想重新谷歌。
开源 .NET 富文本编辑器 UserControl 与 GUI 全部实现