
Hi!
I have a DoubleEditBox control in which I can add a very big number but I do not want to resize the control.
For this particular case the TextAlignment is Center. My problem is after adding a very big number (maybe on LostFocus) I want to have visible in the control the left part of the number as it is the most important part.
I looked also for a way to scroll the text to the left like ScrollToHome() but I could not found a way.
Kind regards,
Daniel