Xamarin Forms: How to implement Drag and Drop Flowlistview Label in Xamarin Forms?

家住魔仙堡 提交于 2020-01-16 19:37:08

问题


I am trying to implement a fill in the blanks game on my project. I am using flowlistviews for showing items on UI.

I have 2 flowlistviews aligned vertically on my project. The top flowlistview shows the questions and bottom flowlistview has its answers. I need to drag the answer from the bottom listview and drop it on the top list view.

Also instead of {{2fill}} I need a blank space (underscore) on UI where the answer from bottom listview is dropping.

Screenshot

I have uploaded a video here, which contains the working of this game. I need to drag the answer from the bottom list and put it on the top list blank space. If the answer is right the player gets point and if the answer is wrong, the dragged item goes back to the bottom list as per the video.

来源:https://stackoverflow.com/questions/59543223/xamarin-forms-how-to-implement-drag-and-drop-flowlistview-label-in-xamarin-form

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!