geomatics-io / ObjectListView

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 neat new tricks.
http://objectlistview.sourceforge.net/cs/index.html
GNU General Public License v3.0
115 stars 59 forks source link

FastObjectListView (VirtualObjectListView) - Auto-resize column does not work correctly #19

Open PyroGenesis opened 1 year ago

PyroGenesis commented 1 year ago

Since, VirtualObjectListView and FastObjectListView are Virtual ListViews, the column auto-resize methods both on the ColumnHeader and ListView levels do not work correctly.

They simply auto-resize based on the current visible objects, not all of them.