0

I was wondering if it is possible to assign an eventtrigger to a source outside the current artboard.

Example: I have a text box that I want to slide out of one content presenter into another when a button is selected. I have it set up so the box slides out of one and I need to bind the box to slide into the new content presenter when the previous trigger was selected.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
someyoungideas
  • 259
  • 5
  • 16

1 Answers1

1

What you described sounds an awful lot like the FluidMoveBehavior from the Blend SDK. It's a more advanced Blend concept, but it's quite snazzy and should provide a nice animation as your move your control from one container to another. Here's a quick tutorial on it.

Mike Post
  • 6,355
  • 3
  • 38
  • 48
  • @Mike_Post Thanks for the answer, but it isn't exactly what I am shooting for. I have a single screen with two, seperate content controllers. I am looking to move a text box that is visible from one content controller to a seperate content controller with the click of a button(toggle, check, etc.) – someyoungideas Jul 11 '12 at 19:51