Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

TreeView.CanBeParent

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

Parameters

item Can this item be a parent?

Description

Override this method to control which items are allowed to be parents.

This is called internally by the TreeView to determine dragging behavior. For list views this function should just return false to prevent any reparenting.
Default behavior: returns true.

Did you find this page useful? Please give it a rating: