简体   繁体   中英

MvvmCross Listview how show an action menu

I make use of Xamarin and MvvmCross to develop an Android app. I would like to show an action menu at the bottom of a listview when the user makes a long press on a listview item, like the attached screenshoot.

I can use "ItemLongClick" to detect the long click, but I don't know how to make the action menu visible.

local:MvxBind="ItemsSource AllItems; ItemLongClick ShowMenuCommand;"

Can you give some tips how to implement this with use of Xamarin and MvvmCross?

Many thanks,

Tuan

Listview上下文菜单

您可以使用此库https://github.com/pocheshire/BottomNavigationBar,但未与MvvmCross集成

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM