Windows 移动 (MFC)。滚动文本CStatic?
我已经对 CStatic 进行了子类化。我已经重写了 ON_WM_VSCROLL 事件函数。但是当我滚动带有文本的控件时,更新不正确。如何解决这个问题。或者建议另一种制作可滚动面板/文本的方法
I have subclassed CStatic. I have overrided the ON_WM_VSCROLL event function. But when I scroll the control with a text updates incorrectly. How to solve this problem. Or advice another way to make a scrollable panel/text
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我当前的解决方案是使用 CEdit 而不是 CStatic。但如果它具有透明背景,那么我会遇到背景重绘的错误
My current solution is to use CEdit instead of CStatic. But if it is with transparent background then I have bugs with a background redrawing