# C1.WPF.TileView.C1TileView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_TileView_C1TileView" data-uid="C1.WPF.TileView.C1TileView" class="text-break">C1TileView Class
</h1>
  <div class="markdown level0 summary"><p>Contains a scrollable list of items organized in columns and rows.  Any item can be maximized and shown bigger.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.itemscontrol">ItemsControl</a></div>
    <div class="level8"><span class="xref">C1TileView</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.primitives.icontainitemstorage">IContainItemStorage</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.TileView.html">C1.WPF.TileView</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.TileView.4.6.2.dll</h6>
  <h5 id="C1_WPF_TileView_C1TileView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1TileView : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1TileView
    Inherits ItemsControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_TileView_C1TileView__ctor" data-uid="C1.WPF.TileView.C1TileView.#ctor">
          <a class="xref" href="C1.WPF.TileView.C1TileView.-ctor.html#C1_WPF_TileView_C1TileView__ctor">C1TileView()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.TileView.C1TileView.html">C1TileView</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_AnimationDurationProperty" data-uid="C1.WPF.TileView.C1TileView.AnimationDurationProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.AnimationDurationProperty.html">AnimationDurationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.AnimationDuration.html#C1_WPF_TileView_C1TileView_AnimationDuration">AnimationDuration</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ButtonBackgroundProperty" data-uid="C1.WPF.TileView.C1TileView.ButtonBackgroundProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ButtonBackgroundProperty.html">ButtonBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.ButtonBackground.html#C1_WPF_TileView_C1TileView_ButtonBackground">ButtonBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ButtonForegroundProperty" data-uid="C1.WPF.TileView.C1TileView.ButtonForegroundProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ButtonForegroundProperty.html">ButtonForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.ButtonForeground.html#C1_WPF_TileView_C1TileView_ButtonForeground">ButtonForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_CanUserReorderProperty" data-uid="C1.WPF.TileView.C1TileView.CanUserReorderProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.CanUserReorderProperty.html">CanUserReorderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.CanUserReorder.html#C1_WPF_TileView_C1TileView_CanUserReorder">CanUserReorder</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ColumnsProperty" data-uid="C1.WPF.TileView.C1TileView.ColumnsProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ColumnsProperty.html">ColumnsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.Columns.html#C1_WPF_TileView_C1TileView_Columns">Columns</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_FocusBrushProperty" data-uid="C1.WPF.TileView.C1TileView.FocusBrushProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.FocusBrush.html#C1_WPF_TileView_C1TileView_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_HeaderBackgroundProperty" data-uid="C1.WPF.TileView.C1TileView.HeaderBackgroundProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.HeaderBackgroundProperty.html">HeaderBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.HeaderBackground.html#C1_WPF_TileView_C1TileView_HeaderBackground">HeaderBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_HeaderForegroundProperty" data-uid="C1.WPF.TileView.C1TileView.HeaderForegroundProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.HeaderForegroundProperty.html">HeaderForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.HeaderForeground.html#C1_WPF_TileView_C1TileView_HeaderForeground">HeaderForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemBackgroundProperty" data-uid="C1.WPF.TileView.C1TileView.ItemBackgroundProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemBackgroundProperty.html">ItemBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.ItemBackground.html#C1_WPF_TileView_C1TileView_ItemBackground">ItemBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemForegroundProperty" data-uid="C1.WPF.TileView.C1TileView.ItemForegroundProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemForegroundProperty.html">ItemForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.ItemForeground.html#C1_WPF_TileView_C1TileView_ItemForeground">ItemForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemTemplateHeaderProperty" data-uid="C1.WPF.TileView.C1TileView.ItemTemplateHeaderProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemTemplateHeaderProperty.html">ItemTemplateHeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.ItemTemplateHeader.html#C1_WPF_TileView_C1TileView_ItemTemplateHeader">ItemTemplateHeader</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemTemplateHeaderSelectorProperty" data-uid="C1.WPF.TileView.C1TileView.ItemTemplateHeaderSelectorProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemTemplateHeaderSelectorProperty.html">ItemTemplateHeaderSelectorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ContentTemplateSelectorProperty dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemTemplateMaximizedProperty" data-uid="C1.WPF.TileView.C1TileView.ItemTemplateMaximizedProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemTemplateMaximizedProperty.html">ItemTemplateMaximizedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.ItemTemplateMaximized.html#C1_WPF_TileView_C1TileView_ItemTemplateMaximized">ItemTemplateMaximized</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemTemplateMaximizedSelectorProperty" data-uid="C1.WPF.TileView.C1TileView.ItemTemplateMaximizedSelectorProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemTemplateMaximizedSelectorProperty.html">ItemTemplateMaximizedSelectorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ItemTemplateMaximizedSelector dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemTemplateMinimizedProperty" data-uid="C1.WPF.TileView.C1TileView.ItemTemplateMinimizedProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemTemplateMinimizedProperty.html">ItemTemplateMinimizedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.ItemTemplateMinimized.html#C1_WPF_TileView_C1TileView_ItemTemplateMinimized">ItemTemplateMinimized</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemTemplateMinimizedSelectorProperty" data-uid="C1.WPF.TileView.C1TileView.ItemTemplateMinimizedSelectorProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemTemplateMinimizedSelectorProperty.html">ItemTemplateMinimizedSelectorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ItemTemplateMinimizedSelector dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_MaximizedIndexProperty" data-uid="C1.WPF.TileView.C1TileView.MaximizedIndexProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.MaximizedIndexProperty.html">MaximizedIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.MaximizedIndex.html#C1_WPF_TileView_C1TileView_MaximizedIndex">MaximizedIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_MaximizedItemProperty" data-uid="C1.WPF.TileView.C1TileView.MaximizedItemProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.MaximizedItemProperty.html">MaximizedItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.MaximizedItem.html#C1_WPF_TileView_C1TileView_MaximizedItem">MaximizedItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_MinimizedItemsPositionProperty" data-uid="C1.WPF.TileView.C1TileView.MinimizedItemsPositionProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.MinimizedItemsPositionProperty.html">MinimizedItemsPositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.MinimizedItemsPosition.html#C1_WPF_TileView_C1TileView_MinimizedItemsPosition">MinimizedItemsPosition</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_MouseOverBrushProperty" data-uid="C1.WPF.TileView.C1TileView.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.MouseOverBrush.html#C1_WPF_TileView_C1TileView_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_PressedBrushProperty" data-uid="C1.WPF.TileView.C1TileView.PressedBrushProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.PressedBrush.html#C1_WPF_TileView_C1TileView_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_RowsProperty" data-uid="C1.WPF.TileView.C1TileView.RowsProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.RowsProperty.html">RowsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.Rows.html#C1_WPF_TileView_C1TileView_Rows">Rows</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ScrollBarStyleProperty" data-uid="C1.WPF.TileView.C1TileView.ScrollBarStyleProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ScrollBarStyleProperty.html">ScrollBarStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.ScrollBarStyle.html#C1_WPF_TileView_C1TileView_ScrollBarStyle">ScrollBarStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ScrollBarVisibilityProperty" data-uid="C1.WPF.TileView.C1TileView.ScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ScrollBarVisibilityProperty.html">ScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.ScrollBarVisibility.html#C1_WPF_TileView_C1TileView_ScrollBarVisibility">ScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_UpdateSourceCollectionProperty" data-uid="C1.WPF.TileView.C1TileView.UpdateSourceCollectionProperty">
          <a class="xref" href="C1.WPF.TileView.C1TileView.UpdateSourceCollectionProperty.html">UpdateSourceCollectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.TileView.C1TileView.UpdateSourceCollection.html#C1_WPF_TileView_C1TileView_UpdateSourceCollection">UpdateSourceCollection</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_AnimationDuration" data-uid="C1.WPF.TileView.C1TileView.AnimationDuration">
          <a class="xref" href="C1.WPF.TileView.C1TileView.AnimationDuration.html#C1_WPF_TileView_C1TileView_AnimationDuration">AnimationDuration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the time that item reordering takes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ButtonBackground" data-uid="C1.WPF.TileView.C1TileView.ButtonBackground">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ButtonBackground.html#C1_WPF_TileView_C1TileView_ButtonBackground">ButtonBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that will be assigned to the Background of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ButtonForeground" data-uid="C1.WPF.TileView.C1TileView.ButtonForeground">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ButtonForeground.html#C1_WPF_TileView_C1TileView_ButtonForeground">ButtonForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> that will be assigned to the Foreground of the buttons inside the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_CanUserReorder" data-uid="C1.WPF.TileView.C1TileView.CanUserReorder">
          <a class="xref" href="C1.WPF.TileView.C1TileView.CanUserReorder.html#C1_WPF_TileView_C1TileView_CanUserReorder">CanUserReorder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user is allowed to drag and drop and reorder  <a class="xref" href="C1.WPF.TileView.C1TileViewItem.html">C1TileViewItem</a>s from this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_Columns" data-uid="C1.WPF.TileView.C1TileView.Columns">
          <a class="xref" href="C1.WPF.TileView.C1TileView.Columns.html#C1_WPF_TileView_C1TileView_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns the <a class="xref" href="C1.WPF.TileView.C1TileViewItem.html">C1TileViewItem</a>s are laid in. If the value is zero, the minimum number that doesn't require scrolling is used. If both Columns and <a class="xref" href="C1.WPF.TileView.C1TileView.Rows.html#C1_WPF_TileView_C1TileView_Rows">Rows</a> are zero, the items are laid in a square.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_FocusBrush" data-uid="C1.WPF.TileView.C1TileView.FocusBrush">
          <a class="xref" href="C1.WPF.TileView.C1TileView.FocusBrush.html#C1_WPF_TileView_C1TileView_FocusBrush">FocusBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the focused control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_HeaderBackground" data-uid="C1.WPF.TileView.C1TileView.HeaderBackground">
          <a class="xref" href="C1.WPF.TileView.C1TileView.HeaderBackground.html#C1_WPF_TileView_C1TileView_HeaderBackground">HeaderBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used as background of the header of the contained <a class="xref" href="C1.WPF.TileView.C1TileViewItem.html">C1TileViewItem</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_HeaderForeground" data-uid="C1.WPF.TileView.C1TileView.HeaderForeground">
          <a class="xref" href="C1.WPF.TileView.C1TileView.HeaderForeground.html#C1_WPF_TileView_C1TileView_HeaderForeground">HeaderForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used as foreground of the header of the contained <a class="xref" href="C1.WPF.TileView.C1TileViewItem.html">C1TileViewItem</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemBackground" data-uid="C1.WPF.TileView.C1TileView.ItemBackground">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemBackground.html#C1_WPF_TileView_C1TileView_ItemBackground">ItemBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used as background of the contained <a class="xref" href="C1.WPF.TileView.C1TileViewItem.html">C1TileViewItem</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemForeground" data-uid="C1.WPF.TileView.C1TileView.ItemForeground">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemForeground.html#C1_WPF_TileView_C1TileView_ItemForeground">ItemForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used as foreground of the contained <a class="xref" href="C1.WPF.TileView.C1TileViewItem.html">C1TileViewItem</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemTemplateHeader" data-uid="C1.WPF.TileView.C1TileView.ItemTemplateHeader">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemTemplateHeader.html#C1_WPF_TileView_C1TileView_ItemTemplateHeader">ItemTemplateHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.datatemplate">DataTemplate</a> used as title for the items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemTemplateHeaderSelector" data-uid="C1.WPF.TileView.C1TileView.ItemTemplateHeaderSelector">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemTemplateHeaderSelector.html#C1_WPF_TileView_C1TileView_ItemTemplateHeaderSelector">ItemTemplateHeaderSelector</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a custom logic for choosing the template used to display the header of each item</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemTemplateMaximized" data-uid="C1.WPF.TileView.C1TileView.ItemTemplateMaximized">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemTemplateMaximized.html#C1_WPF_TileView_C1TileView_ItemTemplateMaximized">ItemTemplateMaximized</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.datatemplate">DataTemplate</a> used for items in the <span class="xref">TiledState.Maximized</span> state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemTemplateMaximizedSelector" data-uid="C1.WPF.TileView.C1TileView.ItemTemplateMaximizedSelector">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemTemplateMaximizedSelector.html#C1_WPF_TileView_C1TileView_ItemTemplateMaximizedSelector">ItemTemplateMaximizedSelector</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a custom logic for choosing the template used to display the content of the maximized item</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemTemplateMinimized" data-uid="C1.WPF.TileView.C1TileView.ItemTemplateMinimized">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemTemplateMinimized.html#C1_WPF_TileView_C1TileView_ItemTemplateMinimized">ItemTemplateMinimized</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.datatemplate">DataTemplate</a> used for items in the <span class="xref">TiledState.Minimized</span> state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ItemTemplateMinimizedSelector" data-uid="C1.WPF.TileView.C1TileView.ItemTemplateMinimizedSelector">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ItemTemplateMinimizedSelector.html#C1_WPF_TileView_C1TileView_ItemTemplateMinimizedSelector">ItemTemplateMinimizedSelector</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a custom logic for choosing the template used to display the content of the minimized item</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_MaximizedIndex" data-uid="C1.WPF.TileView.C1TileView.MaximizedIndex">
          <a class="xref" href="C1.WPF.TileView.C1TileView.MaximizedIndex.html#C1_WPF_TileView_C1TileView_MaximizedIndex">MaximizedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index in the <span class="xref">Items</span> collection of the selected item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_MaximizedItem" data-uid="C1.WPF.TileView.C1TileView.MaximizedItem">
          <a class="xref" href="C1.WPF.TileView.C1TileView.MaximizedItem.html#C1_WPF_TileView_C1TileView_MaximizedItem">MaximizedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the member of the <span class="xref">Items</span> collection currently highlighted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_MinimizedItemsPosition" data-uid="C1.WPF.TileView.C1TileView.MinimizedItemsPosition">
          <a class="xref" href="C1.WPF.TileView.C1TileView.MinimizedItemsPosition.html#C1_WPF_TileView_C1TileView_MinimizedItemsPosition">MinimizedItemsPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets where to place the strip with the minimized items. The ScrollBar is at the right or bottom of the strip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_MouseOverBrush" data-uid="C1.WPF.TileView.C1TileView.MouseOverBrush">
          <a class="xref" href="C1.WPF.TileView.C1TileView.MouseOverBrush.html#C1_WPF_TileView_C1TileView_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_PressedBrush" data-uid="C1.WPF.TileView.C1TileView.PressedBrush">
          <a class="xref" href="C1.WPF.TileView.C1TileView.PressedBrush.html#C1_WPF_TileView_C1TileView_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint a button when it is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_Rows" data-uid="C1.WPF.TileView.C1TileView.Rows">
          <a class="xref" href="C1.WPF.TileView.C1TileView.Rows.html#C1_WPF_TileView_C1TileView_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows the <a class="xref" href="C1.WPF.TileView.C1TileViewItem.html">C1TileViewItem</a>s are laid in. If the value is zero, the minimum number that doesn't require scrolling is used. If both <a class="xref" href="C1.WPF.TileView.C1TileView.Columns.html#C1_WPF_TileView_C1TileView_Columns">Columns</a> and Rows are zero, the items are laid in a square.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ScrollBarStyle" data-uid="C1.WPF.TileView.C1TileView.ScrollBarStyle">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ScrollBarStyle.html#C1_WPF_TileView_C1TileView_ScrollBarStyle">ScrollBarStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style used for the inner scrollbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ScrollBarVisibility" data-uid="C1.WPF.TileView.C1TileView.ScrollBarVisibility">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ScrollBarVisibility.html#C1_WPF_TileView_C1TileView_ScrollBarVisibility">ScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the scrollbar should be visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_UpdateSourceCollection" data-uid="C1.WPF.TileView.C1TileView.UpdateSourceCollection">
          <a class="xref" href="C1.WPF.TileView.C1TileView.UpdateSourceCollection.html#C1_WPF_TileView_C1TileView_UpdateSourceCollection">UpdateSourceCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether changes in the order of the items are written to Items or ItemsSource.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_ClearContainerForItemOverride_System_Windows_DependencyObject_System_Object_" data-uid="C1.WPF.TileView.C1TileView.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
          <a class="xref" href="C1.WPF.TileView.C1TileView.ClearContainerForItemOverride.html#C1_WPF_TileView_C1TileView_ClearContainerForItemOverride_System_Windows_DependencyObject_System_Object_">ClearContainerForItemOverride(DependencyObject, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_GetContainerForItemOverride" data-uid="C1.WPF.TileView.C1TileView.GetContainerForItemOverride">
          <a class="xref" href="C1.WPF.TileView.C1TileView.GetContainerForItemOverride.html#C1_WPF_TileView_C1TileView_GetContainerForItemOverride">GetContainerForItemOverride()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_IsItemItsOwnContainerOverride_System_Object_" data-uid="C1.WPF.TileView.C1TileView.IsItemItsOwnContainerOverride(System.Object)">
          <a class="xref" href="C1.WPF.TileView.C1TileView.IsItemItsOwnContainerOverride.html#C1_WPF_TileView_C1TileView_IsItemItsOwnContainerOverride_System_Object_">IsItemItsOwnContainerOverride(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_OnApplyTemplate" data-uid="C1.WPF.TileView.C1TileView.OnApplyTemplate">
          <a class="xref" href="C1.WPF.TileView.C1TileView.OnApplyTemplate.html#C1_WPF_TileView_C1TileView_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.TileView.C1TileView.html">C1TileView</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_OnCreateAutomationPeer" data-uid="C1.WPF.TileView.C1TileView.OnCreateAutomationPeer">
          <a class="xref" href="C1.WPF.TileView.C1TileView.OnCreateAutomationPeer.html#C1_WPF_TileView_C1TileView_OnCreateAutomationPeer">OnCreateAutomationPeer()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an AutomationPeer object used for testing the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_OnItemsChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_" data-uid="C1.WPF.TileView.C1TileView.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
          <a class="xref" href="C1.WPF.TileView.C1TileView.OnItemsChanged.html#C1_WPF_TileView_C1TileView_OnItemsChanged_System_Collections_Specialized_NotifyCollectionChangedEventArgs_">OnItemsChanged(NotifyCollectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_" data-uid="C1.WPF.TileView.C1TileView.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)">
          <a class="xref" href="C1.WPF.TileView.C1TileView.PrepareContainerForItemOverride.html#C1_WPF_TileView_C1TileView_PrepareContainerForItemOverride_System_Windows_DependencyObject_System_Object_">PrepareContainerForItemOverride(DependencyObject, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_MaximizedIndexChanged" data-uid="C1.WPF.TileView.C1TileView.MaximizedIndexChanged">
          <a class="xref" href="C1.WPF.TileView.C1TileView.MaximizedIndexChanged.html">MaximizedIndexChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">MaximizedIndex</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_TileView_C1TileView_MaximizedItemChanged" data-uid="C1.WPF.TileView.C1TileView.MaximizedItemChanged">
          <a class="xref" href="C1.WPF.TileView.C1TileView.MaximizedItemChanged.html">MaximizedItemChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">MaximizedItem</span> property has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
