【问题标题】:Unable to navigate the page in FrayxRulez/SwipeListView control in windows phone 8.1无法在 windows phone 8.1 中的 FrayxRulez/SwipeListView 控件中导航页面
【发布时间】:2015-06-03 06:43:36
【问题描述】:

我正在使用 windows phone 8.1 c# 应用程序。我希望 swpe 删除控件,所以我使用 FrayxRulez/SwipeListView 它工作正常,但是当我使用 SwipeListView_ItemClick 事件时,它不会导航到另一个页面。

private async void SwipeListView_ItemClick(object sender, ItemClickEventArgs e)
{
    var item = e.ClickedItem as EmailObject;
    Frame.Navigate(typeof(TestPage));
     // await new MessageDialog(item.Body, "Clicked Item").ShowAsync();
}

导致崩溃。 请帮帮我。

【问题讨论】:

    标签: c# xaml windows-phone-8.1 swipe


    【解决方案1】:

    我刚刚尝试过,它适用于新的 XAML BlankPage。因此,您的崩溃是由您的 TestPage 中的某些内容引起的。在 TestPage 中导航时检查 Debug 模式下的异常,或使用一些断点。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多