[]
        
(Showing Draft Content)

C1.Win.TreeView.C1TreeView.ExpandButtonBehavior

ExpandButtonBehavior Property

ExpandButtonBehavior

Gets or sets a value that specifies the behavior of the C1TreeView when the expand button is clicked.

Declaration
public ExpandButtonBehavior ExpandButtonBehavior { get; set; }
Remarks
  • MouseUpThe C1TreeView collapses and expands a node on the MouseUp event.
  • MouseDownThe C1TreeView collapses and expands a node on the MouseDown event.

If you want to use MS TreeView like behavior, then set the value to MouseDown.