Bind combobox elements to data source
问题 I have a combobox which hosts a textblock child element. I want to bind the textblock inside the combobox to a property called ResultList. I tried the code below, but it doesn't work. What have I missed out? <ComboBox x:Name="Test" HorizontalAlignment="Left" Margin="79,42,0,0" VerticalAlignment="Top" Width="344" IsEditable="True"> <ComboBox.Resources> <system:Double x:Key="{x:Static SystemParameters.VerticalScrollBarWidthKey}">0</system:Double> </ComboBox.Resources> <ComboBox