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

Watermark does not render for ComboBox if IsEditable="False" #177

Open gplumb opened 2 years ago

gplumb commented 2 years ago

The WatermarkExtension.Watermark does not render text-hint content if a combox's IsEditable property is set to False. Combox boxes can be used as mere dropdown menus, so ideally this would work in this situation too :-)