Domanda

In c#,How can i make a mouse scroll at rich text box for looking the entire text if i make it as

  enabled=false
È stato utile?

Soluzione

Well, RichTextBox contains a property "IsReadOnly".

http://msdn.microsoft.com/en-us/library/system.windows.controls.richtextbox.isreadonly(v=vs.95).aspx

Use that property on the event you need to capture.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top