Hello,
I'm currently working on some sort of special editor which allows direct manipulation of values (properties, fields). It is possible that I have data types like ushort or uint. Is there any control that allows editing these unsigned types?
The main problem is just, that I have a higher MaxValue than for signed data types, so I can't use them with the standard edit boxes. Possible would be using a higher value box, like Int64EditBox for UInt32, but that wouldn't work for U64Int either.
Any suggestions? Could this be added in a future version? Or did I miss something?
Thanks in advance!