ListView + Add Method

  • Thread starter Thread starter rbolos
  • Start date Start date
R

rbolos

Hello,

I´m having problems with ListView control. Actually the configuration of
control is

View: Details.
Columns: 3

We i added the SECOND element to de control. The application hang it.

I´ve been reading some post. And i´ve tried to make a clear before add
items, but isn´t result.

Someone can help me?

Thanks
 
I bet you are doing it from a secondary thread - like for example in
WebRequest.EndGetResponseStream or such
 
Dear Alex,

Yes the Add method was in a secondary Thread.

Are there some solution for this?

Thanks-.
 
Back
Top