Alexandre Courbot wrote:
I need to display a list of thumbails images and allow the user to
select one of them. To do so, I've created a wxListCtrl, then a
wxImageList, I assign the list to the ctrl, and InsertImageItem()s. But
while this is fine when my images are 16x16 sized, it totally screw up
when larger images, even though I take care to resize both the image
list and the images themselves.Is there an easy solution for that? Or should I start writing my own
widget (urrk)? In case the latter is the only viable solution, any
direction I could follow (I'm a very beginner with wxWindows)?
Try wxGrid and maybe custom grid renderer. I have one vector renderer. Works great.
HTH
Niki Spahiev