<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Designing with Silverlight</title><link>http://forums.silverlight.net/forums/19.aspx</link><description>Discussions around design implementations, XAML for Silverlight and design ideas</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Lining up items in 2 seperate list boxes</title><link>http://forums.silverlight.net/forums/thread/242225.aspx</link><pubDate>Fri, 03 Jul 2009 20:08:32 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:242225</guid><dc:creator>elmore.adam</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/242225.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=242225</wfw:commentRss><description>To me, this doesn&amp;#39;t seem like good UX design. I think you would be better off using a single ListBox and using the ItemTemplate to generate group headers for each key in an &lt;a href="http://msdn.microsoft.com/en-us/library/bb344977.aspx"&gt;IGrouping&lt;/a&gt; collection. This would be visually similar to using ListBox.GroupStyle in WPF.
&lt;br /&gt;&lt;br /&gt;
This may not satisfy your user interface requirements, but I think it could be cleaner. The solution you&amp;#39;re looking for could be accomplished (anything can, really) I just don&amp;#39;t know if it would be worth spending the time on if there are potentially cleaner solutions.
&lt;br /&gt;&lt;br /&gt;
Let me know if you need any help creating a DataTemplate as I&amp;#39;ve proposed.</description></item><item><title>Lining up items in 2 seperate list boxes</title><link>http://forums.silverlight.net/forums/thread/242183.aspx</link><pubDate>Fri, 03 Jul 2009 19:08:55 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:242183</guid><dc:creator>dnlstffrd</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/242183.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=242183</wfw:commentRss><description>&lt;p&gt;I have items in one listbox that are a grouping of items in a seperate listbox, they are right next to each other, and I&amp;#39;d like to make it so that the items in the left listbox match up with the first item of the group in the right list box.&amp;nbsp; Say for example I have 2 items in the left listbox, and 3 items for each item in the left listbox (so a total of 6), I&amp;#39;d like to space out the items in the left listbox so they line up with the first item of each group in the right listbox.&amp;nbsp; Is there any way to do this?&amp;nbsp; Another issue I&amp;#39;m having is that the items in the right listbox are not necessarily the same size.&amp;nbsp; Thanks in advance for the help. &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>