mirror of
https://gitee.com/AntdUI/AntdUI.git
synced 2026-03-26 23:50:45 +08:00
🦄 Beautiful AntdUI
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user