简体   繁体   English

任何具有附加功能的自定义/第三方Visual C#文本框控件吗?

[英]Any custom/third party Visual C# text box Controls with extra features?

I'm writing a program that uses the textbox in visual C# to read a log file. 我正在编写一个使用Visual C#中的文本框读取日志文件的程序。 When dealing with very large amounts of text, writing to the textbox is incredibly slow. 当处理大量文本时,写入文本框的速度非常慢。 The textbox also lacks many features. 该文本框也缺少许多功能。 Are there any custom textbox controls that are faster, or even a sort of embedded editor (with ability to highlight certain words, indent, input bookmarks)? 是否有任何更快的自定义文本框控件,甚至是某种嵌入式编辑器(具有突出显示某些单词,缩进和输入书签的功能)? Many of the features I want are programmable, but it would be nice if there was a faster textbox or one that already had these features :) 我想要的许多功能都是可编程的,但是如果有一个更快的文本框或已经具有这些功能的文本框,那将是很好的:)

Thanks. 谢谢。

There are plenty, but most of the good ones are expensive. 有很多,但是大多数好东西很贵。 Telerik and DevExpress offer .Net control libraries with lots of extended features. TelerikDevExpress提供具有许多扩展功能的.Net控制库。

您正在寻找Scintilla及其.Net包装器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 中是否有针对 C# 的第三方分析工具? - Are there any third-party profiling tools for C# in Visual Studio? 如何使用C#在第三方窗口周围绘制框? - How to draw a box around a third party window using c#? 从C#到MySQL的Connectiong,没有任何第三方组件? - Connectiong from C# to MySQL without any third party components? 没有第三方库的文本解析应用程序c# - text parsing application c# without third party libraries C#是否具有用于将JSON文本转换为可管理对象的内置对象,还是我需要第三方库? - Does C# have any built in objects for turning JSON text into manageable objects or do I need a third party library? 使用第三方控件 - Using third party controls 有没有其他方法在C#中使用WPF处理DICOM图像而没有任何第三方/库? - Is there any alternate way to processing DICOM images using WPF in C# without any third party/Library? 我如何能够在富文本框或任何类型的视觉输出中显示此信息。 C# - How would i be able to present this information in a rich text box or any type of visual outputs. C# Visual Studio和安装程序项目(c#),不会复制“第三方” dll(vb) - Visual Studio and installer project (c#), won't copy a “third party” dll (vb) 使用C#登录到第三方网站 - login to third party website using c#
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM