Efficient way of display thumbnails

Are you writing your own components and need help with how to set them up or have questions about the components you are deriving from ? Ask them here.
Johanocal
In need of some credit
In need of some credit
Posts: 1
Joined: Wed Apr 19, 2017 10:43 pm

Re: Efficient way of display thumbnails

Post by Johanocal »

10k thumbnails? Try going for wxHVScrolledWindow
Anil8753
Experienced Solver
Experienced Solver
Posts: 93
Joined: Sat Jan 16, 2016 5:57 am
Location: India

Re: Efficient way of display thumbnails

Post by Anil8753 »

Yeah, I achieved it. Now I can display more 10K thumbnails without any performance issue. using it, I implemented exactly Windows Explorer like control. It works like charm.

You may find the source @github
https://github.com/Anil8753/wxThumbnailCtrl
Post Reply