Windows Phone 7 Silverlight 动态网格

发布于 2024-10-21 13:04:25 字数 90 浏览 2 评论 0原文

我正在尝试形成一个动态网格,其中用户确定行数和列数,我还尝试使用全景控件作为网格的父级。另外,我希望网格的每个单元格中都有一个控件。

这一切有可能吗?

I am trying to form a dynamic grid, in which the user determines number of rows and number of columns, also I am trying to use a Panorama control as a parent for the grid. In addition, I want the grid to have one control in each cell.

Is all of this possible?

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

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

发布评论

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

评论(1

浮光之海 2024-10-28 13:04:25

这是可能的,但不推荐。

这可能很糟糕的原因是:

  • 动态构建网格可能需要时间,而且性能影响可能很明显。
  • 手机外形尺寸不能很好地支持大型网格(由于可用空间相对较少),因此可能有更好的方式来显示您想要的内容。
  • 您最终可能会在全景控件内得到一个大网格。反过来,这可能会产生大全景图,这又可能会对性能产生影响。

It's possible but not recommended.

Reasons this could be bad:

  • Building grids dynamically can take time and the performance hit may be noticable.
  • The phone form factor doesn't support large grids well (due to the relatively small amount of available real estate) so there may be a better way of displaying the content you wish to.
  • You could end up with a large grid inside a Panorama control. In turn this could lead to a large panorama which again may have performance implications.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文