0

I'm having three panorama items, what I want to do is that when one item in being viewed, i want the next item which is partiaally visible to be dim (i.e it looks like being disabled). How can i do that??

user3008134
  • 127
  • 2
  • 11

1 Answers1

0

There is a SelectionChanged event. So you can handle this event to change VisualState of your panorama items.

Community
  • 1
  • 1
Anton Sizikov
  • 9,105
  • 1
  • 28
  • 39