リストビューの Item.subItemsCollection のテキストの一部を選択する方法を探しています。
item.subitem[0].text = "thats text";
しかし、「thats」という単語の文字「ats」のみを強調表示(色を変更)したいのです。誰でも私を助けることができますか?
There is certainly no easy way to do this, but you can use someone else's work :)
ObjectListView -- an open source wrapper around a .NET ListView control -- has a HighlightTextRenderer
which will do exactly that. Read about it here.
Here, it is highlighting "er":
また、 Better ListViewを確認することもできます。これには、これを行うアイテムの強調表示機能が含まれています (入力および検索フィルタリングによる検索と組み合わせることができます)。