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.
2 つの項目を表示できるように .NET ListView コントロールを拡張する方法はありますか? サードパーティのライブラリを使用できませんでした。ありがとう
リスト ビュー コントロールのビルトインを拡張する方法はありません。
「ユーザー コントロール」の作成について考えたことはありますか? 確かに、複数行を可能にする独自のリストビューを思いつくことができます.
よろしく