CEditBox 或 CListBox 哪一个更适合大量记录数据
这对我来说一直是一个大问题,对于大量日志(例如 100,000 行日志),哪一个在性能、滚动方面更好……还必须考虑用颜色格式化文本。
This always was a big question for me that for a very big amount of logs (like 100,000 line log) which one is better in performance, scrolling,... also consider formatting the text with color is a must.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在这种情况下,我可能会使用列表框。
1除了一种前景色和一种背景色之外。
Under the circumstances, I'd probably use a listbox.
1Other than one foreground and one background color.
我一直使用只读 richedit 编辑控件来处理此类事情,因为:
I've always used a read-only richedit edit control for this sort of thing because: