質問

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
役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top