I have to list a bunch of itens, so i started using the ListBox.
After some preliminary experiences, when i tested with a real example, i noticed that filling the ListBox with 4000 lines, is really slow. Even closing my browser after filling it hangs my computer...
I just tested with a dataGrid now, and it's a lot faster.
But i would ratter use a ListBox than a datagrid... Anyone knows the reason for this behaviour?
Notice that my objects being displayed only have two fields, an integer and string.