20 lines
451 B
C#
20 lines
451 B
C#
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
/* Based on VirtualizingWrapPanel created by S. Bäumlisberger licensed under MIT license.
|
|||
|
|
https://github.com/sbaeumlisberger/VirtualizingWrapPanel
|
|||
|
|
|
|||
|
|
Copyright (C) S. Bäumlisberger
|
|||
|
|
All Rights Reserved. */
|
|||
|
|
|
|||
|
|
// ReSharper disable once CheckNamespace
|
|||
|
|
namespace WPFluent.Controls;
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// <para><c>Work in progress.</c></para>
|
|||
|
|
/// </summary>
|
|||
|
|
[Obsolete]
|
|||
|
|
internal class VirtualizingUniformGrid : System.Windows.Controls.Control
|
|||
|
|
{
|
|||
|
|
}
|