/
posted by
Radenko Zec
on
Mar 29, 2010 (more than a year ago)
1.Introduction There are several container controls in Silverlight . One of them is panel. Container control like for example StackPanel host another controls. Data presentation controls like ListBox inherits from ItemsControl. ItemsControl contains set of items to display and has ItemsSource property.ItemsControl is responsible for creating visuals for each item and placing them in a panel. Main ...