eclipsesource / eclipsesource/tabris-js
Add support to add Widget at beginning of Composite
Open
feature
js
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
### Problem description
Currently it is not possible to add an item at the beginning of a Composite. We have ?
`Widget.insertAfter`/`Before` but they do not fit when the Composite is initially empty.
### Expected behavior
A method like `Composite.prepend()` should allow to add an item at the beginning of the children list.
### Environment
- Tabris.js version: 3.x
Contributor guide
Assessment
This issue has not been assessed yet.