Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下分组的 GridView
每个人都是一个组的负责人。
有没有办法冻结标题,所以当用户水平滚动屏幕时,标题总是可见的?
提前致谢
当然,只需将标题放在 GridView 之外。或者根本不使用 aGridView并将每一行与标题和组项目放在 a 内ListView。然后你可以Grid在ItemTemplate/DataTemplate中有一个包含标题和项目的水平列表。另一种选择是根本不显示组项目,因为它可能无法很好地工作,并且只允许在选择一个标题后将它们显示在另一个页面上。
GridView
ListView
Grid
ItemTemplate
DataTemplate