根据 LAN 线程中收集的数据更新 UI?
我有一个线程查看 LAN 并收集用于更新 ListView 的数据。 问题是我无法从 UI 之外的线程更新 ListView。 用户按下一个键,向 LAN 上的服务器发出查询,然后期望 ListView 显示数据。 进行 LAN 监控的最佳方法是什么?
I have a thread that looks at the LAN and gathers data used to update a ListView.
Problem is that I cannot update ListView from a thread other than the UI.
The user pressed a key which fires off a query to a server on the LAN, then expects a ListView to show the data.
What's the best way to do this LAN monitoring?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我正确理解你的问题,你会想要这样的东西:
If I understand your question correctly, you would want something like this: