Skip to content

Performance problem with FastObjectListViewΒ #1

@CanadianHusky

Description

@CanadianHusky

Hello,

are you able to resolve the scrolling performance issue mentioned in these threads of the original control ?

https://sourceforge.net/p/objectlistview/discussion/812922/thread/1d466b3b75/

Your ObjectListView fork suffers from the same Problem

Test case : FastObjectListview : 10 text columns, 1000 rows with a hardcoded most simple aspectgetter - a simple string

To create the Problem - Hold the Keyboard down arrow and watch what happens in Task Manager when the control needs to scroll. CPU Time maxes out on the main UI thread. The videos in the link above show the problem as well. Scrolling goes lines by line and UI Thread is locked so bad that no other meaningful operations can be performed when the down/up arrows are kept pressed and the control is scrolling.

Try the same with 20 columns and the control becomes unusable and is anything but "fast"

Try disabling all columns (hide) and leave only the first - scroll now...that is the desired scroll performance.

I am willing to make a donation to the Person/Team that can make a super responsive FastObjectListview (using the base ObjectListview 2.9.1+ code/features) that has no scrolling problem with 20 columns

Thank you kindly

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions