Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

TreeView.CanChangeExpandedState

protected bool CanChangeExpandedState(IMGUI.Controls.TreeViewItem item);

Parameters

itemCan this item be expanded/collapsed.

Description

Override this method to control whether an item can be expanded or collapsed by key or mouse.

If this method returns false the foldout arrow for an item will not be shown. Default behavior: if a search is active this method returns false (for search results, no foldout is required since the the results are shown as a flat list). If no search is active then by default it returns true if the item has any children, and false if it has no children.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答