Monday, 19 August 2013

How can i implement the ineditable area in richtextbox

How can i implement the ineditable area in richtextbox

I want to implement a diff tool like the vs2012. you can see the detail in
the vs2012 source control->compile function.
I implement the tool like it and use the richtextbox control in wpf. But I
don't know how can I draw the area like the diff tool in vs2012. The area
seems like user can not typing any text on it. it looks like this
///////////
//////////
//////////
Have anybody can tell me which is it? And how can I set up it in richtextbox?

No comments:

Post a Comment