0
を表示されません。私は、リストボックスの項目について、次のデータテンプレートがあります。のDataTemplateが
<DataTemplate x:Key="substanceListShower">
<ListBox ItemsSource="{Binding Items}">
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal"/>
</ItemsPanelTemplate>
</ListBox>
</DataTemplate>
をそして私はこのような項目テンプレートを適用します。
ReactantInterfacesListBox.ItemTemplate = (DataTemplate)FindResource("substanceListShower");
しかし、私は、ToStringメソッド()のリターンを得るための項目リストの中:
System.Windows.Controls.ItemsPanelTemplate
助けていただければ幸いです。