Feedback
Toolbar item text can now be changed through collection lookups
- Status
- Fixed
- Fixed in
- v26.7.5
- Source discussion
- https://forum.objo.dev/d/627-toolbar-issues
- Last updated
- 2026-07-25
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Toolbar items returned by Toolbar.ItemAt() and Toolbar.FindItem() now expose the common text, enabled, and tooltip properties needed for runtime updates such as localisation. Previously these methods returned ToolbarItem, while those properties were only declared on ToolbarActionItem, so they were absent from code completion and required an explicit cast.