This commit is contained in:
ShrlAlgo
2025-08-20 12:10:35 +08:00
parent fcd306b0f7
commit 955a01f564
962 changed files with 7893 additions and 127784 deletions

View File

@@ -1,6 +1,6 @@
using System.Windows.Markup;
namespace NeumUI.Layout;
namespace NeoUI.Layout;
/// <summary>
/// WaterfallPanel 类继承自 VirtualizingPanel用于实现瀑布流布局。这种布局方式中元素按照指定的列数排列并且在每列之间保持一定的间距。当一列的高度不足以容纳下一个元素时该元素会自动放置到下一列中从而形成类似瀑布流动的效果。