Hi,Is it possible to make the UltraMaskedEdit (setting Edit as Integer) to align the text to left side? The default is at right side, and we try to change it to left side using the Appearance -> TextHAlign, but it does not work.
Thanks.Felix
Hello Felix,
What you could do is to use the 'InputMask' property of the control and set it like in the following line of code:
ultraMaskedEdit1.InputMask = "###";
The 'trick' here lies in using the "#" sign, not the 'n' mask. Please try the above and let me know if it meets your requirements.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.