This class provides infrastructure for blocking gestures on a Pivot control.
When gestures are blocked on a pivot control, the input is preserved for the content of the currently
visible item, but pan operations to switch between pivot items are forbidden. This imblies hiding of all other
headers and only leaving the selected pivot item's header visible.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Behaviors (in Telerik.Windows.Behaviors.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| C# |
|---|
public class PivotBlocker |
| Visual Basic |
|---|
Public Class PivotBlocker |
| Visual C++ |
|---|
public ref class PivotBlocker |
Inheritance Hierarchy
See Also