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.
我正在尝试将箭头和向下箭头图像设置到 wxlistcontrol 中的列标题,
使用 listControl->setImageList 后。在 listcontrol 上调用排序时。图像被设置为第一列中的所有行,但我需要的只是列标题上的图像。我该如何解决这个问题
如果我正确理解了这个问题,那么listctrl 示例已经完全符合您的要求。构建并运行它以验证它确实是这样,然后研究它的源代码以了解它的作用。