RadControls for WPF

TileViewPanel is used to arrange, realize, virtualize and display.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.40

Syntax

C#
public class TileViewPanel : VirtualizingPanel, 
	IScrollInfo
Visual Basic
Public Class TileViewPanel _
	Inherits VirtualizingPanel _
	Implements IScrollInfo

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Panel
              System.Windows.Controls..::..VirtualizingPanel
                Telerik.Windows.Controls..::..TileViewPanel

See Also