[Bug] TreeControl:Get Children not show correct result on leaf node
A bug in TreeControl:Get Children. If tag of a leaf node (no childen) is passed, the Get Child method returns empty string "", whose siblings was then passed to ChildrenTags[]. The expected result should be an empty ChildrenTags[] array for leaf nodes, instead of siblings of the root node (with tag "")