Function TreeItem.getNextVisible
Returns the next visible TreeItem in the tree.
If wrap
is enabled, the method will wrap around to the first visible element in the tree when called on the last visible element, otherwise it returns null
.
Returns the next visible TreeItem in the tree.
If wrap
is enabled, the method will wrap around to the first visible element in the tree when called on the last visible element, otherwise it returns null
.