In this short six minute tutorial Victor Gaudioso shows how to use the Silverlight Toolkit’s WrapPanel to create a Silverlight ListBox that displays three colums of data.
This feat is difficult in WPF but possible because of the WrapPanel. Silverlight, however does not have a WrapPanel, that is until the Silverlight Toolkit came along! I show you how to replace the Silvelright ItemsPanel with the Toolkit’s WrapPanel and then tweak your ListBox so that it displays three colums of Data (ListBoxItems).