Feedback
Tree view nodes can store arbitrary values in Tag
- Status
- Fixed
- Fixed in
- v26.8.1
- Source discussion
- https://forum.objo.dev/d/738-class-treeviewnode-property-tag-are-string
- Last updated
- 2026-08-04
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
TreeViewNode.Tag currently accepts only strings, unlike the other tag-bearing Desktop APIs. Change it to Object with a default value of Nothing so applications can associate arbitrary Objo values with tree nodes.