Hi,
I have a probem to set the font property of a richtextbox in runtime when the user pastes text with font different from the one the richtextbox already has. I used textchanged and fontchanged events to trigger the change. But these events change the font once or twice. If I paste new text, they do not work.
Is their any other way to do that.
I appreciate your help.