更新命名空间,优化部分交互

This commit is contained in:
GG Z
2025-09-06 00:36:23 +08:00
parent f03dd8ac58
commit 61ff71c5be
33 changed files with 495 additions and 232 deletions

View File

@@ -9,7 +9,7 @@ namespace NeoUI.Controls;
/// <summary>
/// 用于实现级联选择器功能的控件类。该控件允许用户从多层级的数据源中选择一个值,通常应用于需要按类别或层级进行选择的场景。
/// </summary>
[TemplatePart(Name = "PART_Popup", Type = typeof(Popup))]
//[TemplatePart(Name = "PART_Popup", Type = typeof(Popup))]
public class Cascader : Control
{
private static readonly DependencyPropertyKey FilteredItemsSourcePropertyKey = DependencyProperty.RegisterReadOnly("FilteredItemsSource", typeof(IEnumerable), typeof(Cascader), new PropertyMetadata(null));