Contains a scrollable list of items organized in columns and rows. Any item can be maximized and shown bigger.

Namespace:  C1.Xaml.TileView
Assembly:  C1.Xaml.TileView (in C1.Xaml.TileView.dll)

Syntax

C#
public class C1TileView : ItemsControl
Visual Basic
Public Class C1TileView _
	Inherits ItemsControl

Inheritance Hierarchy

System..::..Object
  DependencyObject
    UIElement
      FrameworkElement
        Control
          ItemsControl
            C1.Xaml.TileView..::..C1TileView

See Also