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.
我目前正在开发 C++/MFC 应用程序,并且我有各种列表控件(例如 CListCtrlStyled 对象:
我需要一种将单个行拆分为多列的方法,而无需更改同一行中的单元格。
在这里你可以看到我想要达到的结果。
起初,我想在另一个列表中插入一个列表,但这种方式似乎不可行......还有其他方法可以获得类似的效果吗?欢迎提供外部文档和/或示例代码的链接。
谢谢
它
您可以使用
LPNMHEADER phdr = reinterpret_cast(pNMHDR); NMLISTVIEW *pLV = (NMLISTVIEW *) pNMHDR;
pLV->iItem; pLV->iSubItem;
下面两行代码:
System.out.println(Arrays.toString("test".split("(?<!^)"))); System.out.println(Arrays.toString("test".split("(?!^)")));
每个产生相同的输出: