摘要:
最近在作一个项目展示的WPF应用,增加了一个3D的展示效果后Debug发现都出现Cannot find source for binding with reference这个错误,首先先看xaml文件里的定义。1<ec:PathListBox.LayoutPaths> <ec:LayoutPathSourceElement="{BindingElementName=menu_path1}"Orientation="OrientToPath"Distribution="Even"Start="0.5" 阅读全文