ObjectListView icon indicating copy to clipboard operation
ObjectListView copied to clipboard

ObjectListView is a .NET ListView wired on caffeine, guarana and steroids. More calmly, it is a C# wrapper around a .NET ListView, which makes the ListView much easier to use and teaches it lots of ne...

Results 14 ObjectListView issues
Sort by recently updated
recently updated
newest added
trafficstars

The only reason my team currently does not use this is because it does not have builds for .NET Core 3.1 / .NET 5

Fix error cast from ListViewDesigner to ControlDesigner on Visual Studio 2017 Express Designer "Unable to cast object of type System.Windows.Forms.Designer.ListViewDesigner to type System.Windows.Forms.Design.ControlDesigner"

I have a `FastObjectListView` with its custom `Sort()` defined within its `VirtualListDataSource`. The issue I'm facing is that even if I set the `SortOrder` of the FOLV to `SortOrder.None`, it...

When I used `MoveObjects()` with an index of 0 with a collection of objects that includes the first object (at index 0), I get an `IndexOutOfRangeException` because it will try...

I tried to convert a ListView in LargeIcon view to a FastObjectListView that uses groups. The code throws an exception while trying to define the groups: `"When the ListView is...

It seems like sorting and filtering only work on non-icon view styles of the listview. Is this correct?

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...

Hello, Thanks for fixing the performance issue. However, TreeListView lines and some other graphics elements are not drawn. Was removing them a necessary compromise to attain better performance?

I worked on this problem for a few weeks.....(Demo is working) You can get my fork and test project to see result. address on the bottom Problem with new project:...

I set IsButtton = true, and rendder image. Listview not show image. Button i set IsButton = false => Listview show image. How to use icon in button. Thanks you...