How do you set a value in a listview? I am using the GetItem method to get data from the listview but I cant see how to set a value.
TestPartner - how do you set a value in a listview
Collapse
X
-
Tags: None
-
Same as in a listbox: Add to the .Items collection
https://post.bytes.com/node/781346
I recommend looking up controls in the MSDN as there are a lot of examples. -
-
I don't know what 'Testpartner" is.
But a standard ListView has a list of items. You add to the items collection.
Represents a Windows list view control, which displays a collection of items that can be displayed using one of four different views.
If you are in need of help for some 3rd party product then I might suggest asking the vendor.Comment
Comment