I've enabled the text search capability with setting IsTextSearchEnabled to true. This works fine, when searching children nodes of the currently selected node. However, the text search does not jump to the next sibling node if the text is not being found in the current node. Is there any way to force searching in the sibling nodes?
Example:
If the current node is "A" a text search for "A1" will be successfull, but searching for "B1" fails.
- A
A1
A2
- B
B1
B2
Thanks,
Michael
Example:
If the current node is "A" a text search for "A1" will be successfull, but searching for "B1" fails.
- A
A1
A2
- B
B1
B2
Thanks,
Michael