Silverlight ComboBox 设置选中项

            this.comboBox1.SelectedItem = (from p in this.comboBox1.Items
                                           
where (p as Person).Age == 20
                                           select p).First();
posted @ 2011-05-11 10:41  skydau  阅读(433)  评论(0编辑  收藏  举报