How to programmatically respond to Snap in Windows 8 Metro

后端 未结 3 611
心在旅途
心在旅途 2020-12-10 13:33

Is there a way to respond to Snap in C# in a Metro app? When one of the pages is snapped I need to show another one. My idea is to respond to snap by naviating to another pa

3条回答
  •  無奈伤痛
    2020-12-10 14:28

    In Consumer Preview you need to react to a different event. It's ViewStateChanged now, not LayoutChanged.

提交回复
热议问题