cilynx / pantomath

Pantomath knows about things
GNU General Public License v3.0
1 stars 0 forks source link

Scalable documents panel #10

Open cilynx opened 2 years ago

cilynx commented 2 years ago

Preloading a wx.Listbook may work with a few dozen documents, but it's not going to scale with substantial libraries. Need to replace it with something less pre-built. We really only need a single page and we can dynamically swap out what's displayed by catching events from a wx.ListCtrl (or maybe wx.ListView...). I'm not sure how well wx.ListCtrl scales for preload or if it will need to be dynamically built as well.

cilynx commented 2 years ago

https://stackoverflow.com/questions/67287535/wxpython-wxwidgets-very-long-scroll-area-with-thumbnails