在 MonoTouch C# 中将 DataSet 中的数据显示到 TableView

发布于 2024-11-03 12:40:23 字数 103 浏览 1 评论 0原文

我有一个 DataSet 对象,它有一个包含 100 行的 DataTable。数据表中有 10 列。现在我想在 TableView 中查看 5 个预先选择的列和 20 行。我怎么能这样做呢?

I have a DataSet Object, Which is having a DataTable containing 100 rows. There are 10 Columns in the DataTable. now I want to View 5 pre selected Columns and 20 Rows in the TableView. How could I do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

裂开嘴轻声笑有多痛 2024-11-10 12:40:23

每个 UITableView 行包含一个单元格。您将需要创建一个自定义 UITableViewCell 来显示您感兴趣的五个值。

Each UITableView row contains a single cell. You're going to need to create a custom UITableViewCell that can display the five values you're interested in.

凉月流沐 2024-11-10 12:40:23

我写了一篇关于如何使用自定义表格单元格的文章。它位于这里
您还可以在项目中看到如何使用 GetCell 方法,以及一般的表视图。使用界面生成器创建自定义单元。实际上,如果每个单元格中显示相同数量的字段,则只需要一个。

I wrote an article on how to use custom table cells. It is here.
You can also see in the project how to use the GetCell method, and the table view in general. Create the custom cells with interface builder. Actually, you only need one, if you display the same number of fields in each cell.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文