<ListView ItemsSource="{Binding}" Height="110.277" Margin="4,0,3,-138" Name="listView1" VerticalAlignment="Bottom">
<ListBox.ItemTemplate>
<DataTemplate>
<!--<TextBlock Text="{Binding Path=Name}" Width="100" />-->
<!--<CheckBox IsChecked="{Binding IsSelected, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type ListViewItem}}}" Width="100"/>-->
<CheckBox Name="chk1" Content="{Binding Path=Name}" IsChecked="{Binding IsPersonChecked}" Checked="checked_accname" Width="100" />
</DataTemplate>
</ListBox.ItemTemplate>
的代碼,我會爲複選框值動態地從數據庫在ButtonClick事件我能不能綁定獲取listview的checked複選框的值。
請幫我解決這個問題。在此先感謝
是什麼問題?你的代碼應該可以工作 – 2011-12-19 09:21:05