I would like to set up my XamNumericEditor with a ValueType = System:Int32
I would like to restrict the length to 3 numbers. How would I do this?
XamNumericEditor.MaxLength = 3
I had already tried that. That does not work.