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.
我想根据滑块更改项目的高度和宽度,但据我所知,没有像 CListBox 这样的 measureitem 方法。我怎样才能解决这个问题?
谢谢!
CListCtrl 中的所有项目必须具有相同的大小。我相信您可以在包含 CListCtrl 的容器中使用 OnMeasureItem,但不会为每个项目调用它,而对整个控件仅调用一次。
解决方法是将图像列表附加到CListCtrl。然后,这些行将采用基于图像列表高度的高度。