Why this UWP ComboBox can be blank after initialization but works fine for selection?

后端 未结 3 1095
花落未央
花落未央 2021-01-15 06:17

I have a ComboBox like this



        
3条回答
  •  春和景丽
    2021-01-15 06:52

    I used x:Bind for the ItemResource and added ViewModel inside code behind, and solved this problem.

提交回复
热议问题