How to query for vertical scroll bar in RichTextBox control

G

Guest

Hi,

In a RichTextBox control I've have set the properties mulitline = true,
scrolbars.Both

How can I query a RichTextBox control for showing the vertical scroll bar -
i.e. query the RTB for showing all contained text or not?

regards
Jesper, DK.
 
C

chanmm

Just set the Scrollbars property to true then it will the RichTextBox
control will handle for you automatically.

chanmm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top