khchen / wNim

Nim's Windows GUI Framework
MIT License
327 stars 17 forks source link

Support for virtualized lists with LVS_OWNERDATA style #108

Open jamesWalker55 opened 2 years ago

jamesWalker55 commented 2 years ago

The win32 list views support virtualized lists, where data for the list are loaded on-demand, see the documentation: https://docs.microsoft.com/en-us/windows/win32/controls/list-view-controls-overview#virtual-list-view-style

Would it be possible to implement support for virtualized lists?