赞
踩
- <ComboBox IsEditable="True" Grid.Row="1"
- Text="{Binding Name}"
- VerticalContentAlignment="Center"
- ItemsSource="{Binding DataContext.SDIcameraNameDefaultList,
- RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=ListBox}}">
WPF ComboBox 绑定注意:
1、IsEditable=True 选中值 直接绑定 Text
2、在ListBox内时 ItemSource 注意 RelativeSource
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。