I have an issue where you have to press the page UP/Down keys 2x before the Ultratexteditor will scroll. The code calls the PreformAction method the first time and that method returns true but the editor does not move until you call the code a second time, then the editor works right until you start moving in the opposite direction. When it stops and takes another call to move in the opposite direction.
We are Overriding ProcessCmdKey and from that we call PerformAction(FormattedLinkEditor, bool, bool) to move the editor up or down; but it takes 2 calls to start the editor moving in any direction. This is kind of annoying to our customers.
Thanks,
blair
FormattedLinkEditorAction
ProcessCmdKey
I'm not sure I follow you. The up and down arrows will move the cursor up or down a line automatically. So you want to move the cursor down and also scroll the control?
What event are you using to call PerformAction?