Home > Demos, Open Source, Open Source Code, Presentations, silverlight video tutorials > New Silverlight Video Tutorial: How to use the Silverlight Toolkit’s WrapPanel to Create a Three Column ListBox

New Silverlight Video Tutorial: How to use the Silverlight Toolkit’s WrapPanel to Create a Three Column ListBox


In this short six minute tutorial I show you 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).

Video URL:  http://tw0.us/4oH

My Project URL: http://tw0.us/4aS

Enjoy