I have a screen and I have a section where a component screen is inserted. On the component screen, I have a cancel button and wondered if it is possible to remove the component from the main screen using the Cancel button. Is this possible?
Therefore, after the component is displayed, the component is removed when the component stops on the screen, so the first screen is shown again.
JD
Ps. I'm using Blend 3.
In my first screen I have a default position (which is the first position the component screen was added is). On the Cancel button of the component screen, I set the ActivateStateAction.TargetProperty set on the main screen and TargetState to the default. Now when I press the cancel button, the first screen is displayed.
This is what I want. Just think that there is a better way of doing this through the screen, but what I can see is that I can not nest the screen inside a screen.
JD.
Comments
Post a Comment