In order to workaround the Numeric Editor use of the pre-set decimal, I created my own custom numeric editor inheriting from the UltraTextEditor. I did this so that the user can have control over the decimal point when typing.
So I set the horizontal alignment to Right-Align, but it it is a little close to the edge.
What property do I need to set in order to "scoot" the text slightly to the left?
Hello LBeedles,
Maybe one possible approach to achieve the desired behavior is by using a CreationFilter. Could you please take a look at the attached sample for more details. Please let me know if you have any questions.
Regards
Georgi