You can move the caret position in a textbox using TextBox.Select(...)
. Just set the start
parameter to the desired location of the caret and set length
param to 0 or 1 (can't remember exactly if length needs to be 1). See: http://msdn.microsoft.com/en-us/library/system.windows.controls.textbox.select.aspx
ddanbe commented: He! did not know that. Thanks :) +6
DdoubleD 315 Posting Shark
DdoubleD 315 Posting Shark