如何设置CTreeCtrl的项目高度为不同的值?
我需要我的树控件具有不同项目的高度吗?我该怎么做呢? 我尝试处理 MEASUREITEM 但它不起作用。 CTreeCtrl::SetItemHeight() 更改所有项目的项目高度。
My need my tree control to have different items' height? How can I do it?
I try to handle MEASUREITEM but it doesnt work. CTreeCtrl::SetItemHeight() changes item height but for all items.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很好的问题...说实话,我认为这是不可能的。至少在没有自己绘制树的情况下是这样(您可能不想这样做,因为这需要大量工作)。
Very good question... To be honest, I don't think it's possible. At least not without doing the drawing of the tree yourself (which you probably don't want to do as it's a lot of work).