/* 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; /// /// Work in progress. /// [Obsolete] internal class VirtualizingUniformGrid : System.Windows.Controls.Control { }