Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 710 Bytes

pivot_islocked.md

File metadata and controls

28 lines (19 loc) · 710 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.Pivot.IsLocked
winrt property

Microsoft.UI.Xaml.Controls.Pivot.IsLocked

-description

Gets or sets whether the Pivot is locked to show only the current PivotItem. While the Pivot is locked, all other PivotItems are removed, and the user cannot navigate to them. An example of locking is when the email list is put into a multi-select mode.

-xaml-syntax

<Pivot IsLocked="bool" />

-property-value

true if the Pivot is locked; false if it is unlocked. The default is false.

-remarks

-examples

-see-also