PDA

View Full Version : Control that displays images in a grid?


redsolo
2007-03-06, 12:27
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 (http://www.xbmcscripts.com/downloads/documentation/xbmcgui.html) 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?

solexalex
2007-03-06, 23:40
no controls for that...
You may draw picture by picture using a for loop

Asteron
2007-03-07, 01:45
There is a WindowXML class in development that could do what you want... but it is not available yet.