Hi,
i add some Messages to a RadListBox in codebehind, using a Backgroundworker. If i start my application all ist fine.
But if i cklick on a button which starts the void again, i get all messages twice.
How can ein clear or remove all the items of my RadListBox before i start again?
radlistbos.Items.Clear(); - does not work
Or is there a way to clear the Backgroundworker ReportProgress?
Thanks a lot
Best Regards
Rene
i add some Messages to a RadListBox in codebehind, using a Backgroundworker. If i start my application all ist fine.
But if i cklick on a button which starts the void again, i get all messages twice.
How can ein clear or remove all the items of my RadListBox before i start again?
radlistbos.Items.Clear(); - does not work
Or is there a way to clear the Backgroundworker ReportProgress?
Thanks a lot
Best Regards
Rene