.tree state readonly
does not affect the tree's behavior: it is still possible to change the selecition, open/close nodes, etc.
BTW, `disabled` does not prevent changing the selection or changing node state:
.tree state {disabled readonly}
just changes the color of the tree, but it is possible to interact with it normally.
Log in to post a comment.
BTW, `disabled` does not prevent changing the selection or changing node state:
.tree state {disabled readonly}
just changes the color of the tree, but it is possible to interact with it normally.