View Single Post
  #4 (permalink)  
Old 09-05-2008, 5:16 AM
JohnH's Avatar
JohnH JohnH is offline
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,303
Reputation: 1315
JohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond repute
Default

2. Why would you do that? As I said use AutoScroll.

3. How so? The scroll relates to the visible part of client controls. That is what you are seeing in the word processing application too, the "page" control is greater than screen/application window and when you use the window scroll it moves parts of the control into client view. That is what the Autoscroll does automatically. You need to set an appropriate page size for your RichTextBox control.
__________________
Reply With Quote