benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.69k stars 143 forks source link

Text wrapping for watermark #192

Open fabraham-plexus opened 2 years ago

fabraham-plexus commented 2 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like I have a several multiline textboxes that I use for my project. I would like to include detailed descriptions on what the user should use each textbox for. Unfortunately, the watermark doesn't support text wrapping and therefore gets cut off.

Describe alternatives you've considered I think the only other solution at the moment would be for me to reimplement the watermark feature so that it supports text wrapping.