ghost1372 / HandyControls

Contains some simple and commonly used WPF controls based on HandyControl
https://ghost1372.github.io/
MIT License
1.07k stars 102 forks source link

[Feature request] Validation.ErrorTemplate constistency #190

Closed dthoeni closed 11 months ago

dthoeni commented 1 year ago

Some controls like the ComboBox don't use "Validation.ErrorTemplate" to show error messages. This makes styling very difficult without overriding the whole control template.

Please use Validation.ErrorTemplate for error displaying.

ghost1372 commented 11 months ago

HandyControl no longer supports these and has been replaced by ValidationRules check docs: https://ghost1372.github.io/handycontrol/tools/ValidationRule/index.html?highlight=valida

https://ghost1372.github.io/handycontrol/extend_controls/textBox/index.html?highlight=valida#Validation

dthoeni commented 11 months ago

This ticket is about the XAML stylings, not validation rules.

ghost1372 commented 11 months ago

sorry, report it in original repo

dthoeni commented 11 months ago

I did