I have a question for treeview. I set the treeview's checkbox to true. Then, I have the check box with the treeview. I want to set the check box of some nodes to be checked by default. I set it when I loading the form by set the following:

mNode.checked=true.

However, it did not appear in the form when I run the program. Could you tell me why?