Class TileItemsControl
Represents a TileItemsControl that used to present a collection of TileItemsControl's as Tiled layout.
Inheritance
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfTileView.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public sealed class TileItemsControl : ItemsControl
Remarks
The TileItemsControl is a Windows.UI.Xaml.Controls.TileItemsControl.
Constructors
TileItemsControl()
Initializes a new instance of the TileItemsControl class.
Declaration
[ClassReference(IsReviewed = false)]
public TileItemsControl()
Fields
ItemHeightProperty
Using a DependencyProperty as the backing store for ItemHeight. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ItemHeightProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ItemWidthProperty
Using a DependencyProperty as the backing store for ItemWidth. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ItemWidthProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
OrientationProperty
Using a DependencyProperty as the backing store for Orientation. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
ItemHeight
Gets or sets the height of the Syncfusion.UI.Xaml.Controls.Layout.TileViewItem.
Declaration
[ClassReference(IsReviewed = false)]
public double ItemHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is zero. |
See Also
ItemWidth
Gets or sets the width of the Syncfusion.UI.Xaml.Controls.Layout.TileViewItem.
Declaration
[ClassReference(IsReviewed = false)]
public double ItemWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is zero. |
See Also
Orientation
Gets or sets a value that indicates the dimension by which Syncfusion.UI.Xaml.Controls.Layout.TileViewItem's are stacked.
Declaration
[ClassReference(IsReviewed = false)]
public Orientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Controls.Orientation | It will accepts the type is Windows.UI.Xaml.Controls.Orientation. The default value is Windows.UI.Xaml.Controls.Orientation.Horizontal. |
Methods
Dispose()
A method to dispose items
Declaration
public void Dispose()
GetContainerForItemOverride()
Checks if the item is a Syncfusion.UI.Xaml.Controls.Navigation.SfTileViewItem
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
Type | Description |
---|---|
Windows.UI.Xaml.DependencyObject | Dependency Object |
IsItemItsOwnContainerOverride(Object)
Checks if the item is a Syncfusion.UI.Xaml.Controls.Navigation.SfTileViewItem
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | argument of the method |
Returns
Type | Description |
---|---|
System.Boolean |
|
OnApplyTemplate()
Initializes all the child elements of the Syncfusion.UI.Xaml.Controls.Navigation.TileItemsControl control.
Declaration
protected override void OnApplyTemplate()
OnPointerExited(PointerRoutedEventArgs)
Called when a pointer leaves the area of the element .
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Argument of the event |
PrepareContainerForItemOverride(DependencyObject, Object)
Arranges the container for overridden items
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.DependencyObject | element | Dependency object |
System.Object | item | Item of the container |