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.
在我的 .NET 所有者绘制的变量组合框中,当我按页或鼠标滚轮移动时,它似乎在错误的方向上滚动,但最终出现在正确的项目上。
似乎没有什么可以避免这种行为。我尝试将其设为所有者绘制固定,但随后它改变了组合框的大小。
我怎样才能让它正常滚动?
提前致谢!
尝试使用 CBS_OWNERDRAWFIXED 样式而不是 CBS_OWNERDRAWVARIABLE 创建窗口