I would like to show some items in a control like property control in visual studio when i searched on the internet I found the most powerful tool is : PropertyGrid but when i try follow the instruction the control failed to show values at my side . let me show snippet of code :
<xctk:PropertyGrid
SelectedObject="{Binding Markets}" AutoGenerateProperties="False" HorizontalAlignment="Left" Margin="155,10,0,0" VerticalAlignment="Top" Height="242" Width="319">
<xctk:PropertyGrid.PropertyDefinitions>
<xctk:PropertyDefinition Name="Name" />
</xctk:PropertyGrid.PropertyDefinitions>
</xctk:PropertyGrid>
and Markets are List of Market and Market class contain property called Name