Beiträge von davidschulz

    I am binding to the text property and using the OnUpdateGUI event to call NotifyPropertyChanged on the text property. When I do this, the undo and redo buttons cease to work and my cursor position moves to the first position in the control.

    What is the proper way to bind to this control so that no functionality is lost?