DoubleEditBox wrap text or ScrollToHome()

Editors for WPF Forum

Posted 11 months ago by Daniel Constantin - ModuleWorks GmbH
Version: 19.1.0687
Avatar

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

Comments (2)

Answer - Posted 11 months ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Daniel,

There is a TextBox in the edit box's visual hierarchy that is what you actually edit in.  You would probably have to get an instance of that with our VisualTreeHelperExtended.GetDescendant method and then call the ScrollToHome() method on that.


Actipro Software Support

Posted 11 months ago by Daniel Constantin - ModuleWorks GmbH
Avatar

Thank you for the quick response!

Daniel

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.