🦄 Beautiful AntdUI

This commit is contained in:
Tom
2025-12-31 17:14:53 +08:00
parent 4894ae7806
commit f4172e46bf

View File

@@ -113,7 +113,7 @@ namespace Demo.Controls
}
}
catch { }
if (count == 0) e.Item.CanExpand = false;
if (count == 0) e.Item.SetCanExpand(false);
else
{
e.Item.IconSvg = Properties.Resources.icon_folderopened;