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 8.1 Xaml 中实现语义缩放控制。我有一个顶级类别项目的列表。当用户单击其中一项时,我想从 API 加载放大的级别项。这可能吗?我已经尝试处理缩小视图Gridview的点击事件,但是没有关于被点击的项目的信息
为了处理 GridView 的 ItemClick 事件,您必须将 ItemClickEnabled 属性设置为 true。否则,它不会触发。