码迷,mamicode.com
首页 > Windows程序 > 详细

wpf下拉框不能多选的原因

时间:2016-03-31 14:40:43      阅读:280      评论:0      收藏:0      [点我收藏+]

标签:

            <dxe:ComboBoxEdit Margin="0"  Height="25" Width="65" VerticalAlignment="Center" Grid.Column="3"
                       IsTextEditable="False"
                         EditValue="{Binding SelectCityList, Mode=TwoWay}"
                         SelectedIndex="0"
                        ItemsSource="{Binding CityList}"
                        DisplayMember="Name">
                        <dxe:ComboBoxEdit.StyleSettings>
                            <dxe:CheckedComboBoxStyleSettings />
                        </dxe:ComboBoxEdit.StyleSettings>
                    </dxe:ComboBoxEdit>

红色部分必须要写对,如果EditValue  写成了 SelectedItem那么就会出错!

wpf下拉框不能多选的原因

标签:

原文地址:http://www.cnblogs.com/demonyx/p/5341008.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!