WPF Validation
Hi, I'm struggling with the validation part of my project. I've created this Viewmodel to experiment the validation.
But now i do not understand how can i make a dialog to get back individually radius or roll position using the validation from this viewmodel.
Here is my DialogView which is openned when i double click on the textbox which display radius or rollposition:
5 Replies
in the end i want a reusable dialog which used the validation of the properties
This is a pretty complex topic tbh; take a look at this video: https://www.youtube.com/watch?v=AfhK-uM_7ls I just scanned it quickly, I think it's what you're looking to do; at least similarly.
ok thanks i will take a look cause in fact my problem is how to manage some viewmodel that have lot of more properties, and i don't display a all of them just to modify one.
Oh; I thought you were trying to do error validation adornment