1

我的 windows phone 8 应用程序中有一个 longlistselector,我在其中创建源代码为:

List<LonglistSelectorPivot1<ChatroomslistItems>> DataSource1 = LonglistSelectorPivot1<ChatroomslistItems>.CreateGroups(pivot1source,
            System.Threading.Thread.CurrentThread.CurrentUICulture,
            (ChatroomslistItems s) => { return s.ChatRoomName; }, true);
        pivot1List.ItemsSource = pivot1source;

如果一个人在列表中持有该元素,我将显示一个 ContextMenu。这里的问题是 ContextMenu 无论如何都在顶部。我怀疑上面使用的 CreateGroups 命令。但是如果没有这条线,我就无法显示任何东西。

我希望能够在项目上方显示 ContextMenu。

4

0 回答 0