BladeView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A container that hosts BladeItem controls in a horizontal scrolling list Based on the Azure portal UI
public class BladeView : Windows.UI.Xaml.Controls.ItemsControl
type BladeView = class
inherit ItemsControl
Public Class BladeView
Inherits ItemsControl
- Inheritance
-
Windows.UI.Xaml.Controls.ItemsControlBladeView
Constructors
| BladeView() |
Initializes a new instance of the BladeView class. |
Fields
| ActiveBladesProperty |
Identifies the ActiveBlades dependency property. |
| AutoCollapseCountThresholdProperty |
Identifies the AutoCollapseCountThreshold attached property. |
| BladeModeProperty |
Identifies the BladeMode attached property. |
Properties
| ActiveBlades |
Gets or sets a collection of visible blades |
| AutoCollapseCountThreshold |
Gets or sets a value indicating what the overflow amount should be to start auto collapsing blade items |
| BladeMode |
Gets or sets a value indicating whether blade mode (ex: whether blades are full screen or not) |
Methods
| ClearContainerForItemOverride(DependencyObject, Object) | Windows.UI.Xaml.Controls.ItemsControl.ClearContainerForItemOverride(Windows.UI.Xaml.DependencyObject,System.Object) |
| GetContainerForItemOverride() | Windows.UI.Xaml.Controls.ItemsControl.GetContainerForItemOverride |
| IsItemItsOwnContainerOverride(Object) | Windows.UI.Xaml.Controls.ItemsControl.IsItemItsOwnContainerOverride(System.Object) |
| OnApplyTemplate() | Windows.UI.Xaml.Controls.ItemsControl.OnApplyTemplate |
| OnCreateAutomationPeer() |
Creates AutomationPeer (Windows.UI.Xaml.UIElement.OnCreateAutomationPeer) |
| PrepareContainerForItemOverride(DependencyObject, Object) | Windows.UI.Xaml.Controls.ItemsControl.PrepareContainerForItemOverride(Windows.UI.Xaml.DependencyObject,System.Object) |
Events
| BladeClosed |
Fires whenever a BladeItem is closed |
| BladeOpened |
Fires whenever a BladeItem is opened |