How do I make a ListBox refresh its item text?

前端 未结 10 1969
后悔当初
后悔当初 2020-12-03 04:42

I\'m making an example for someone who hasn\'t yet realized that controls like ListBox don\'t have to contain strings; he had been storing formatted strings and

10条回答
  •  时光取名叫无心
    2020-12-03 04:46

    I don't know much about vb.net but in C# you should use datasource and then bind it by calling listbox.bind() would do the trick.

提交回复
热议问题