0
我有一個Listbox
和應用一個DataTemplate
這樣如何將Itemsource設置爲DataTemplate中的Comobox動態?
<ListBox>
<ListBox.ItemTemplate>
<Grid>
<TextBlock Text="{Binding Path=Name}" Grid.Row=0/>
<ComoboBox Name="test"
DisplayMemberPath="Country"
SelectedValuePath="Country_ID">
</Grid>
- 我將如何加載
ItemSource
這個ComboBox
動態基於ListBox
選擇的每個項目? Iam是WPF的新成員......請提供寶貴建議。
如果您在此處給對象關係船也會有所幫助 – 2009-08-01 22:34:33