2007年9月14日

Bind Enum to Combobox.SelectedIndex

摘要: Do you mean that you want to bind a variable (not a property) to ComboBox.SelectedIndex? If so, I think that the better method to do this is bind a property to ComboBox.SelectedItem. The following exa... 阅读全文

posted @ 2007-09-14 01:07 caoyang.org 阅读(422) 评论(0) 推荐(0) 编辑

导航