Select Settings for nodes in the TreeView

Source: Internet
Author: User

Requirements for selecting nodes in the TreeView tree:

1. If no node is selected, all its subnodes are not selected.

2. If a node is selected, all its subnodes are selected.

3. If no subnode of a node is selected, the node is not selected.

4. When one of all the child nodes of a node is selected, the node is also selected.

In the code, the event parameter e. the Action can avoid entering AfterCheck () again when changing the Checked status of the node. In this way, when there are other logical responses in AfterCheck (), you can check the status each time, other logics only respond once.

Reference code:

TreeView_AfterCheck (e. action = TreeViewAction. byMouse | e. action = SetChildNodeCheckedState (TreeNode currNode, (currNode. nodes =); (TreeNode tmpNode = SetParentNodeCheckedState (TreeNode currNode, (currNode. parent =); (isCheckedOrNot) = checkedFlag = (TreeNode tmpNode =

 

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.