From 3c962267abebcb106187c2c804deb157f8fa321d Mon Sep 17 00:00:00 2001 From: ninemine <1371605831@qq.com> Date: Mon, 6 Oct 2025 16:08:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EPropertyListItem=E5=BC=BA?= =?UTF-8?q?=E5=88=B6=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../[Visual]/UIComponent/Variant/PropertyListItem.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Convention/[Visual]/UIComponent/Variant/PropertyListItem.cs b/Convention/[Visual]/UIComponent/Variant/PropertyListItem.cs index 669ef0a..cded321 100644 --- a/Convention/[Visual]/UIComponent/Variant/PropertyListItem.cs +++ b/Convention/[Visual]/UIComponent/Variant/PropertyListItem.cs @@ -118,6 +118,14 @@ namespace Convention.WindowsUI.Variant dropdownImage.eulerAngles = new(0, 0, 0); } + public virtual void RefreshChilds() + { + ConventionUtility.CreateSteps() + .Next(() => Switch()) + .Next(() => Switch()) + .Invoke(); + } + public List CreateSubPropertyItem([In] PropertiesWindow propertyWindow, int count) { List result = new();