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.
对于大约 100 个项目,我有两个变量“名称”和“数量”。仅供参考,项目是一个类,名称和数量是它的变量。
现在我必须将我的所有项目显示为一个列表,在我的 Windows Phone 应用程序的每一行的右侧和左侧显示名称和数量。
什么是正确的方法?
创建一个使用“数据绑定应用程序”模板的新应用程序,您将获得非常接近您需求的内容,这些内容应该很容易根据您的确切要求进行修改并提供有用的学习资源。