Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

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-

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top