expandRow

open fun expandRow(path: TreePath, openAll: Boolean): Boolean

Opens the row so its children are visible.

Return

true if the row existed and had children

Parameters

path

path to a row

openAll

whether to recursively expand, or just expand immediate children