Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

TreeViewSelectionOptions

enumeration

Description

Enum used by the TreeView.SetSelection method.

Properties

NoneIf this flag is passed to TreeView.SetSelection no extra logic is be performed after setting selection.
FireSelectionChangedIf this flag is passed to TreeView.SetSelection then the TreeView will call the its TreeView.SelectionChanged method.
RevealAndFrameIf this flag is passed to TreeView.SetSelection then the TreeView will make sure the last item in the input selection list is visible on screen.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答