c# - RichTextBox not typeable in between -


i color text in richtextbox after cannot type in between text, using code, problem ? in string below 2,3,4,9,22,92 not able write in between writes after string.

richtextbox1.text = "2,3,4,9,22,92"; richtextbox1.selectionstart = 0; richtextbox1.selectionlength = richtextbox1.text.length; richtextbox1.selectioncolor = color.green; 


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -