I have a large string array and I need to fill in the ComboBox in the ListBox so that listBox.Items.AddRange(StringArray);
And how to do it in the ComboBox?
- And the array must be used? For such purposes, in my opinion, it is more convenient to use List <T> - iluxa1810
|