Click here to Skip to main content
15,896,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: AppDomain and ResolveEventArgs Pin
leppie11-Feb-05 9:45
leppie11-Feb-05 9:45 
Generalautomatic scroll down in rich text box Pin
kitsune_me11-Feb-05 2:57
kitsune_me11-Feb-05 2:57 
GeneralRe: automatic scroll down in rich text box Pin
leppie11-Feb-05 3:08
leppie11-Feb-05 3:08 
GeneralRe: automatic scroll down in rich text box Pin
kitsune_me11-Feb-05 18:27
kitsune_me11-Feb-05 18:27 
GeneralRe: automatic scroll down in rich text box Pin
mav.northwind11-Feb-05 4:36
mav.northwind11-Feb-05 4:36 
GeneralRe: automatic scroll down in rich text box Pin
kitsune_me11-Feb-05 5:25
kitsune_me11-Feb-05 5:25 
GeneralRe: automatic scroll down in rich text box Pin
mav.northwind11-Feb-05 6:07
mav.northwind11-Feb-05 6:07 
GeneralRe: automatic scroll down in rich text box Pin
Dave Kreskowiak11-Feb-05 9:13
mveDave Kreskowiak11-Feb-05 9:13 
It's not a bug. It's documented in the TextBoxBase class that TextBox and RichTextBox inherit from. In order for ScrollToCaret to work, the control must have the focus.
Remarks<br />
This method enables you to scroll the contents of the control until the caret is within the visibile region of the control. If the caret is positioned below the visible region of the control, the ScrollToCaret method will scroll the contents of the control until the caret is visible at the bottom of the control. If the caret is positioned above the visible region of the control, this method scrolls the contents of the control until the caret is visible at the top of the control. You can use this method in a multiline text box to ensure that the current text entry point is within the visible region of the control.<br />
<br />
Note   This method has no effect if the control does not have focus or if the caret is already positioned in the visible region of the control.<br />


Docs on TextBoxBase.ScrollToCaret Method[^]


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: automatic scroll down in rich text box Pin
kitsune_me11-Feb-05 18:26
kitsune_me11-Feb-05 18:26 
GeneralRe: automatic scroll down in rich text box Pin
S. Senthil Kumar11-Feb-05 7:02
S. Senthil Kumar11-Feb-05 7:02 
GeneralRe: automatic scroll down in rich text box Pin
mav.northwind11-Feb-05 8:07
mav.northwind11-Feb-05 8:07 
GeneralRe: automatic scroll down in rich text box Pin
kitsune_me11-Feb-05 18:30
kitsune_me11-Feb-05 18:30 
GeneralRe: automatic scroll down in rich text box Pin
leppie11-Feb-05 9:50
leppie11-Feb-05 9:50 
Generalcosine rule Pin
Captain Trips11-Feb-05 1:38
Captain Trips11-Feb-05 1:38 
GeneralRe: cosine rule Pin
Stefan Troschuetz11-Feb-05 2:14
Stefan Troschuetz11-Feb-05 2:14 
GeneralRe: cosine rule Pin
Captain Trips11-Feb-05 3:21
Captain Trips11-Feb-05 3:21 
GeneralRe: cosine rule Pin
Stefan Troschuetz11-Feb-05 3:54
Stefan Troschuetz11-Feb-05 3:54 
GeneralSimple Database App - Combobox + DataGrid Pin
hollowMedia [0xFA7E]11-Feb-05 1:32
hollowMedia [0xFA7E]11-Feb-05 1:32 
GeneralRe: Simple Database App - Combobox + DataGrid Pin
hollowMedia [0xFA7E]15-Feb-05 1:05
hollowMedia [0xFA7E]15-Feb-05 1:05 
GeneralIIS Virtual Directories Enumeration Pin
Filipe Peixinho11-Feb-05 1:12
Filipe Peixinho11-Feb-05 1:12 
GeneralCDO: Synchonize Exchange with Outlook Pin
swissglide11-Feb-05 0:17
swissglide11-Feb-05 0:17 
QuestionHow can I open Web page in Microsoft Web Browser through ATL Pin
devom11-Feb-05 0:06
devom11-Feb-05 0:06 
AnswerRe: How can I open Web page in Microsoft Web Browser through ATL Pin
Dave Kreskowiak11-Feb-05 4:17
mveDave Kreskowiak11-Feb-05 4:17 
GeneralCF memory leaks :-( :-( Pin
zuschauer198010-Feb-05 23:44
zuschauer198010-Feb-05 23:44 
GeneralRe: Serialize a String Pin
Nish Nishant10-Feb-05 22:12
sitebuilderNish Nishant10-Feb-05 22:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.