将静态类绑定到 ListBox 和 TextBlock
User Class
- Name
- Picture
Friend Class
- Profile Of Type User
- Age
MyProfile STATIC Class
- STATIC Profile Of Type User
- STATIC Friends Collection Of Type Friend
-- 编辑 --
如何绑定到以下内容:
- MyProfile.Friends To 列表框,其中包含具有好友名称的文本块
- MyProfile.Profile.Name 到 Textblock
User Class
- Name
- Picture
Friend Class
- Profile Of Type User
- Age
MyProfile STATIC Class
- STATIC Profile Of Type User
- STATIC Friends Collection Of Type Friend
-- EDIT --
How to bind to the following :
- MyProfile.Friends To List Box which Contains Text blocks to have Friends Names
- MyProfile.Profile.Name To Textblock
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保在 xaml 中将命名空间定义为 C# 命名空间。我把它命名为本地的。
MyProfile.Friends 到列表框,其中包含具有好友名称的文本块
MyProfile.Profile.Name 到 Textblock
Make sure you define a namespace in your xaml to your C# namespace. I've named it local.
MyProfile.Friends To List Box which Contains Text blocks to have Friends Names
MyProfile.Profile.Name To Textblock