摘要:
方式一、通过泛型Dictionary绑定View Code Dictionary<int,string>mydic=newDictionary<int,string>(){{0,"aaaa"},{1,"bbbb"},{2,"cccc"}};cobxUserType.ItemsSource=mydic;cobxUserType.SelectedValuePath="Key";cobxUserType.DisplayMemberPath="Value";然后通过cobxUse 阅读全文
posted @ 2012-11-26 14:12
双魂人生
阅读(22512)
评论(0)
推荐(4)