hoffstadt / hoffstadt/DearPyGui
Add TextWrapped
Open
priority: low
type: feature
- Dominant language
- C++
- Stars
- 15.6k
- Forks
- 783
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I'd like to be able to put text in tab, or any similar kind of container, and have it dynamically wrap based on the container's width.
**Describe the solution you'd like**
This is already possible upstream, using `TextWrapped`. It'd be great to have a similar function here.
**Describe alternatives you've considered**
`add_text` has a `wrap` argument, but it's static. It could be changed dynamically every frame in Python, but this is tedious and would slow down the program.
Contributor guide
Assessment
This issue has not been assessed yet.