How do I bind a List to an ItemsControl?

后端 未结 2 1676
清歌不尽
清歌不尽 2021-02-13 05:10

In my presenter I have this property:

public List PropertyNames { get; set; }

And I want to list out the names with a ItemsContro

2条回答
提交回复
热议问题