我可以控制全景项目之间的重叠吗?

发布于 2024-11-04 15:49:34 字数 195 浏览 0 评论 0原文

我有多个文本块作为全景项目。每个文本块包含覆盖整个屏幕的数据。

我看到当 item1 显示在屏幕上时,item2 的一些文本也显示在 item1 的边框上。另外,由于这个原因,item1 的一些字符也会被裁剪。

通常使用简单的电话肖像页面在屏幕上显示的 item1 文本显示得非常好。

我可以以某种方式避免全景项目之间的重叠吗?

I have multiple textBlocks as panorama Items. Each textBlock contains data covering the entire screen.

I see that when item1 is displayed on the screen, some of the text from item2 is also shown on the border of item1. ALso, due to this, some of the characters of item1 also get cropped.

The item1 text when normally displayed on screen using simple Phone Portrait Page gets displayed perfectly fine.

Can I somehow avoid this overlap between the panorama items?

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

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

发布评论

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

评论(2

陌上青苔 2024-11-11 15:49:34

在全景控件中,第二页的左边缘可以在第一页上看到,我认为这是设计使然。如果您不想这样做,您可以尝试使用 Pivot 控件。

您的 item1 TextBlock 应该将 TextWrapping 设置为 Wrap,并且文本应该转到下一行而不是与第 2 页上的文本重叠。

In a panorama control the left edge of the second page can be seen on the first page, I think this is by design. If you don't want this you may try the Pivot control instead.

Your item1 TextBlock should have TextWrapping set to Wrap, and the text should rather go to next line than overlap the text on page 2.

木格 2024-11-11 15:49:34

我发现,如果您将全景图的方向设置为水平,并且每个全景项目中的项目有足够的宽度来覆盖整个手机宽度,那么第二个全景项目的一部分将不会显示在第一个全景项目旁边。

谢谢
-阿比纳夫-

I found out that if you use Orientation for the panorama as Horizontal and if the item in each panorama item has enough width to cover the entire phone width, then part of the second panorama item wont show up along side the first panorama item.

Thanks
-Abhinav-

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