用索引属性做为databinding的数据源时,path要用中括号括起来,如下:
Binding="{Binding Path=[path]}"
若要实现PropertyChanged,参见下面的链接:
http://stackoverflow.com/questions/657675/propertychanged-for-indexer-property
用索引属性做为databinding的数据源时,path要用中括号括起来,如下:
Binding="{Binding Path=[path]}"
若要实现PropertyChanged,参见下面的链接:
http://stackoverflow.com/questions/657675/propertychanged-for-indexer-property