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;