ant-design-blazor / ant-design-blazor

🌈A set of enterprise-class UI components based on Ant Design and Blazor.

Home Page:https://antblazor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The TreeNode's with 'Expanded' parameter will auto expand when clicking its parent's title

pankey888 opened this issue · comments

The code is:

<Tree TItem="string">
	<TreeNode Title="parent 1" Key="0-0" TItem="string" Expanded>
		<TreeNode Title="child" Key="0-0-0" TItem="string" Expanded>
			<TreeNode Title="leaf" Key="0-0-0-0" TItem="string"></TreeNode>
		</TreeNode>
	</TreeNode>
</Tree>

p587v-78ul3

Steps to reproduce (please include code)

Exceptions (if any)

Further technical details

  • AntDesign Nuget Package version
  • Include the output of dotnet --info
  • The IDE (VS / VS Code/ VS4Mac) you're running on, and it's version