Is there a property that I can set so the textbox doesn't shift that much when entering edit mode? It's not as annoying as when you only have a simple textbox, but it's very noticeable when you have a multiline display.
Disregard, setting the rendering mode to GDI seemed to solve my problem.
Hello,
I ma glad to here that you were able to vid solution for your issue.
Another option to resolve this might be if you set AlwayseIneditMore property to true, which stays in edit mode when it loses the input focus.
http://help.infragistics.com/Help/Doc/WinForms/2013.2/CLR4.0/html/Infragistics4.Win.UltraWinEditors.v13.2~Infragistics.Win.UltraWinEditors.TextEditorControlBase~AlwaysInEditMode.html
Thank you for using Infragistics components.