2
工作,我用一個列表框和列表框風格從這裏:http://viblend.com/products/net/wpf/controls/free-wpf-controls.aspx列表框樣式的選擇不符合的DataTemplate
,看起來像這樣:
但如果我點擊一個項目它會未標記爲選定項目。 如果我使用沒有datatemplate所有工作正常。那麼,有誰知道爲什麼? 這裏工作示例:
<ListBox x:Name="listBox" Style="{StaticResource Office2010SilverListBoxStyle}">
<ListBoxItem Style="{StaticResource Office2010SilverListBoxItemStyle}">1. Frame</ListBoxItem>
<ListBoxItem Style="{StaticResource Office2010SilverListBoxItemStyle}">2. Frame</ListBoxItem>
<ListBoxItem Style="{StaticResource Office2010SilverListBoxItemStyle}">3. Frame</ListBoxItem>
<ListBoxItem Style="{StaticResource Office2010SilverListBoxItemStyle}">4. Frame</ListBoxItem>
<ListBoxItem Style="{StaticResource Office2010SilverListBoxItemStyle}">5. Frame</ListBoxItem>
<ListBoxItem Style="{StaticResource Office2010SilverListBoxItemStyle}">6. Frame</ListBoxItem>
</ListBox>-->
好的,我會盡量多謝 –