BindingExpression path error: property not found on 'object'

后端 未结 2 1943
我在风中等你
我在风中等你 2020-12-31 17:39

I\'ve been searching for hours on this error that appears in the output window. I\'m pretty new to bindings in WPF, so I\'m sure there\'s something I\'m missing.

Ful

2条回答
  •  长发绾君心
    2020-12-31 18:11

    seems like you're binding your listviews itemssource to an object, not an array. is everything working visually? or do you see nothing?

    EDIT: what happens if you write instead of:

    
    

    this:

    
            
    
    

    or any likewise collection definition

提交回复
热议问题