TestPartner - how do you set a value in a listview

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DarrenMartin
    New Member
    • Jan 2010
    • 2

    TestPartner - how do you set a value in a listview

    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.
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    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.

    Comment

    • DarrenMartin
      New Member
      • Jan 2010
      • 2

      #3
      Not really sure I understand. I am trying to so this in Testpartner.

      Comment

      • tlhintoq
        Recognized Expert Specialist
        • Mar 2008
        • 3532

        #4
        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

        Working...