You should try to use UL/LI's with a div in the LI and have the LI as display:inline; You can use a repeater to achieve this quite nicely. Avoid the grid like the plague.
Corneliu. From: [email protected] [mailto:[email protected]] On Behalf Of Stephen Price Sent: Wednesday, 14 January 2009 1:10 AM To: [email protected] Subject: Layout controls Hey all, I want to dynamically add some controls (might be images or buttons, not sure yet) to a layout panel so that it dynamically wraps them as you resize the browser window. I seem to recall that the Stackpanel does this automagically but then realised it doesn't. Perhaps I'm thinking back to when I was doing WPF stuff. Is there a control for this or will I need to use a grid and some math to pidgeonhole the images into the next available grid cell? cheers, Stephen ________________________________ Support procedure: https://www.codify.com/lists/support List address: [email protected]<mailto:[email protected]> Subscribe: [email protected]<mailto:[email protected]> Unsubscribe: [email protected]<mailto:[email protected]> List FAQ: http://www.codify.com/lists/ozsilverlight Other lists you might want to join: http://www.codify.com/lists -------------------------------------------------------------------------------- Support procedure: https://www.codify.com/lists/support List address: [email protected] Subscribe: [email protected] Unsubscribe: [email protected] List FAQ: http://www.codify.com/lists/ozsilverlight Other lists you might want to join: http://www.codify.com/lists
