WPF Binding Problem

后端 未结 3 1050
陌清茗
陌清茗 2020-12-19 22:26

I have this object:

    class a 
    { 
        public string Application; 
        public DateTime From, To;
    }

And I declare this list

3条回答
  •  旧时难觅i
    2020-12-19 22:52

    Check this article - http://www.codeproject.com/KB/miscctrl/GridView_WPF.aspx I think you are missing the ItemsSource= directive.

提交回复
热议问题