Is I am right here, perform databinding with stack panel in wpf........
<StackPanel Orientation="horisontal" ItemsSource="{Binding Path=record}">
<StackPanel>
<Image Source="employee.png"/>
<Label HorizontalAlignment="Center" Content="{Binding Path=name}">Label>
StackPanel>
StackPanel>
VulpesPosted Jul 30, 2011, 1:10 PM