Why is NSTableView scrolling in Cocoa apps so slow?
Why is NSTableView scrolling in Cocoa apps so slow?
- Subject: Why is NSTableView scrolling in Cocoa apps so slow?
- From: Henk Kampman <email@hidden>
- Date: Wed, 05 Sep 2001 14:08:16 +0200
To get started with Cocoa I decided to port an existing Powerplant
application.
Everthing works fine but thumb scrolling speed is incredibly slow compared
to the Carbon Powerplant version running on MacOSX.
Even a simple NSTableView with 1 column and static data scrolls slowly!
It looks as if the actual displayed content has little effect on the
performance so there must be something else going on.
Any ideas?
Henk