New Dev
New Dev

Reputation: 49590

Collapsed PanoramaItem briefly appears when swiping

I have a weird experience when using a panorama control on 7.1... I'm trying to toggle the visibility of a PanoramaItem programmatically. But while it works fine and the PanoramaItem toggles (i.e. PanItemA is hidden, while PanItemB is shown) , the hidden PanoramaItem reappears briefly while swiping right (from first item to last).

I have no clue how to solve it.

Any help is much appreciated.

Thanks!

Upvotes: 0

Views: 341

Answers (1)

Roman Golenok
Roman Golenok

Reputation: 1417

It's not good idea show/hide Items for Panorama. Try remove/add them instead.

Upvotes: 2

Related Questions