[Mono-winforms-list] Very slow performance in WinForms ListView

jyoti_C# jyoti.b.kolhe at intel.com
Mon Apr 20 20:42:21 EDT 2009




JvD wrote:
> 
> Hello,
> 
> I'm new to Mono. I have downloaded and installed Mono2 onto Ubuntu V8.04.
> After that I wrote a small Winforms program adding 100 lines to a
> listview, repeating that for 10 times. Running the program on WindowsXP,
> adding 100 lines takes between 15 and 30 msec each time. Running the same
> program on Ubuntu and Mono the first cycle takes 1,5 seconds and the last
> one even takes 15 seconds.
> Can somebody help me in fixing this problem since this performance is way
> to slow for my application.
> 
> Hope to read something soon.
> 
> JvD
> 

I am seeing a similar issue under mono/Linux. I am using Mono 2.4 verison. I
have verified it by checking mono --version. I have C# test application
which adds numbers from 0 to 999 to a listview when a button is clicked. On
Windows/.NET this operation is very fast, whereas under Mono/Linux the
listview update takes considerably long time. I can see each row being
added. Is there any way to make listview update faster?

Thanks, Jyoti

-- 
View this message in context: http://www.nabble.com/Very-slow-performance-in-WinForms-ListView-tp20725159p23147493.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.



More information about the Mono-winforms-list mailing list