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] Input controls add IsError, ErrorStr, VerifyFunc, ErrorTemplate DP #200

Closed CodingOctocat closed 11 months ago

CodingOctocat commented 1 year ago

HandyControl (e.g ComboBox) support IsError, ErrorStr, VerifyFunc, and Why doesn't this library have these dependency properties anymore?

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

Also, the Official HandyControl does not support these properties.

Unfortunately, a new version has not been released for HandyControl for more than 1 year, so you do not have the latest changes and are using the old version from more than 1 year ago. But HandyControls is periodically updated and includes the latest changes. so you should be ready for migrating to Validation Rules...