listbox1.DataSource property looks for value changes but by assigning the same list all the time the value won't really change. You can use a BindingList ...
確定! 回上一頁