Can someone give me an example of how to set the scrollbar value of a richtextbox.

IF I type:

RichTextBox1.ScrollBar = rftBoth

I get a run time error that this field is read only. I have also tried setting the multiline value to true and I get the same error.

Thanks.

Ray