本文介绍了如何从一个屏幕获取ListBox的SelectedItem到另一个屏幕?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嗨伙计们,
我发现它有点挑战,虽然用例非常简单。
假设我们在屏幕上有一个列表框。 1,绑定到某些数据集合,显示每个列表框项目中的一个图像。
现在,我的意图是用户选择一个列表框项目,屏幕nr。 2将显示和显示所选列表框项目的图像(来自屏幕编号1)。
是的,我正在寻找跨屏幕的解决方案。
任何想法如何实现这个?
Hi folks,
I found it kinda challenging though the use case is pretty simple.
Let's say we have a listbox on screen nr. 1 with a binding to some data collection, showing for example one image in each listbox item.
Now, my intention is when the user selects a listbox item, screen nr. 2 would show up and disply the image of the selected listbox item (from screen nr. 1).
And yes, I am looking for a solution across screens.
Any idea how to achieve this?
推荐答案
这篇关于如何从一个屏幕获取ListBox的SelectedItem到另一个屏幕?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!