Content Index Search
 

Show or hide an object in your application

You have multiple options for hiding objects in your application. The option that you select depends on which of the following results you want:

Note Hiding an object in your application hides all its child objects, if any exist.
Note Hiding an object on the artboard can make it easier to see other objects while you design your application.  To hide a specific object, use the Hide/Show toggle. For more information, see Show or hide an object on the artboard.

To show or hide an object instantaneously

  1. On the Toolbox in Microsoft® Expression Blend™, click the Selection tool , and then select the object for which you want to change the visibility.
  2. Under Appearance in the Properties panel, click the arrow next to the dropdown list for the Visibility property, and then select one of the following options:
    • Visible  To show the object on the artboard.
    • Hidden  To hide the object in your application but let it maintain its layout proportions on the artboard.
    • Collapsed  To hide the object in your application in a minimized state so that it does not maintain its layout proportions. In other words, the parent object will reduce its size accordingly if the size of the parent object relies on the size of the collapsed child object.

To animate a gradual change in visibility

  1. On the Toolbox in Expression Blend, click the Selection tool , and then select the object for which you want to change the visibility.
  2. In an animation timeline, move the timeline play head to the time where you want to change the visibility of your object. (For an example of creating an animation timeline, see Create simple animation.)
  3. Select one of the following options that will create a keyframe on the animation timeline:
    • Opacity   Under Appearance in the Properties panel, adjust the value of the Opacity property. For example, an opacity value of 0 percent makes the object invisible.
    • Alpha   Under Brushes in the Properties panel, adjust the value of the Alpha property. For example, an alpha value of 0 percent makes the object invisible.
    Note You can adjust the Alpha value only for a Solid color brush or a Gradient brush. You cannot adjust the Alpha value of a brush resource, nor can you animate from No brush to a brush.
  4. Test your animation by clicking the Play button. The timeline will animate a gradual change between the original value of the Opacity or Alpha property to the new value.