Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows Phone 开发新手。有人可以帮助我了解如何访问 ViewModel 上的某个控件。
示例场景:我有一个列表框,我想从我的视图模型访问列表框以添加一些东西。谢谢!
我认为你从错误的角度来处理这个问题。您不想从 ViewModel 访问控件本身。而是将 ListBox 的 ItemsSource 绑定到 ViewModel 上的一个属性。然后你可以直接向集合中添加一些东西。