<!-- The list of used cars --> <coll:ArrayListx:Key="UsedCars"> <local:CarName="Ford"Year="2001"Color="DarkBlue"/> <local:CarName="Renault"Year="1997"Color="Gray"/> <local:CarName="Audi"Year="2002"Color="Black"/> </coll:ArrayList>
<StackPanelOrientation="Horizontal"> <!--XamOutlookBar shows the list of used cars--> <igOB:XamOutlookBarName="xamOutlookBar1"Width="144" DataContext="{StaticResource UsedCars}" GroupsSource="{Binding}" /> <TextBlockText="Used Cars"/> </StackPanel>