insert Data to a MultiColumn ListView By ComboBox Items
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All ! I have Two ComboBox(With Their Items) And I Want to add These Items to A ListView in Two Column . How can i do it? thx for any reply !
-
Hi All ! I have Two ComboBox(With Their Items) And I Want to add These Items to A ListView in Two Column . How can i do it? thx for any reply !
Iterate the items in the ComboBox controls (I am assuming they both have the same number of items), create a ListViewItem, set its text and sub-item text and add it to the ListView.
djj55: Nice but may have a permission problem Pete O'Hanlon: He has my permission to run it.