Control that displays images in a grid?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
redsolo Offline
Member
Posts: 65
Joined: May 2006
Reputation: 0
Question  Control that displays images in a grid? Post: #1
Is it possible to create a List that displays images as a grid? Ie. I want to have a control that I can display thumbnails in rows and columns. Similar to the functionality when browsing around movies/music/etc?

I can't see anything in the pydoc that could be used to say that all items are to be displayed in a grid instead of a list.

Or do I have to solve it myself building a grid using ControlImage's?

Check out my XBMC scripts at http://xbmc.ramfelt.se
find quote
solexalex Offline
Skilled Python Coder
Posts: 706
Joined: Jul 2004
Reputation: 6
Post: #2
no controls for that...
You may draw picture by picture using a for loop
find quote
Asteron Offline
"Skilled" Python Coder
Posts: 933
Joined: Feb 2004
Reputation: 0
Post: #3
There is a WindowXML class in development that could do what you want... but it is not available yet.
find quote