Randomly reorder an ArrayList and update ComboBox contents at runtime(dotnetcurry.com)
submitted by
vivekamar(5940) 3 years, 5 months ago
In this short article, we will take a look at how to randomly reorder an arraylist and update the contents of the ComboBox at runtime, each time the contents of the ArrayList changes. By default, If your control is bound to a data source that does not implement the IBindingList interface, such as an ArrayList then changes to the list will NOT reflect as changes in the combobox. We will see a workaround in this article to achieve the same.
|category: Windows Forms
|Views: 150
tags:
dotnetcurry.com dotnetcurry winforms another
Everyones tags:
Your Tags: