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.
itemリストビュー項目に直接配置できるように、カスタム クラスを作成することは可能ですか? 私が意味するのはリストビューであり、Listview.items(0) =を実行できるようにしたいItem
item
Item
それとも、これは不可能ですか?
クラスを派生させることができますListViewItem
ListViewItem
Public Class MyItem Inherits ListViewItem .... End Class
これにより、 aが受け入れられるMyItemすべての場所で使用できます。ListViewItem
MyItem