How can I allow a user to enter a number in scientific notation?
Thanks,
Denny Huber
In order to do this you would have to use a XamTextEditor and create a class that implements the IValueConverter interface and provide the logic for converting to and from a string. Then set the XamTextEditor's ValueToTextConverter and ValueToDisplayTextConverter properties to an instance of this class.