I want to sort the tree view base upon my criteria. I want to add all the parents notes that begin with Red to the bottom of the list.
Example:
-Red Node
-Green Node
-Red Node
-Purple Node
-Red Node
Output:
-Green Node
-Purple Node
-Red Node
-Red Node
-Red Node