سؤال

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