单击表视图时如何显示选定的行?
我有一个按钮。当单击按钮时,将打开一个包含 100 行的表格视图。我用户选择任意行,然后出现复选标记。当用户再次单击时,我想在视图打开时显示所选行。怎么办呢?例如,当用户单击按钮然后打开表视图并假设选择第 50 行。现在用户再次单击按钮,然后我想直接显示第 50 行,而不是用户转到滚动表视图。那么请告诉我怎么做? 提前致谢..
I have a button. When click on button then open a table view with 100 row. I user select a ny row then appear check mark. And when user click on again then i want to show that selected row when view open. How do that? For example when user click on button then open table view and suppose select 50 th row. Now user click on button again then i want to show 50th row directly instead user go to scrolling table view. So tell me how do that?
Thanks in advance..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需调用
您的表视图即可。
例如,以下代码将选择第一部分中的第 50 行:
Just call
to your table view.
For example, following code will select 50th row in first section:
使用,
Use,