Pivot.UpdateItemVisibility Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Shows or hides an item.

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Protected Overridable Sub UpdateItemVisibility ( _
    element As UIElement, _
    toVisible As Boolean _
)
protected virtual void UpdateItemVisibility(
    UIElement element,
    bool toVisible
)

Parameters

  • toVisible
    Type: System..::.Boolean
    A value indicating whether to make the item visible or not.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Pivot Class

Microsoft.Phone.Controls Namespace