Click here to Skip to main content
15,912,504 members
Home / Discussions / C#
   

C#

 
GeneralRe: The value of message box Pin
Christian Graus13-Jan-08 9:20
protectorChristian Graus13-Jan-08 9:20 
JokeRe: The value of message box Pin
Steve Echols13-Jan-08 21:14
Steve Echols13-Jan-08 21:14 
GeneralRe: The value of message box Pin
Paul Conrad13-Jan-08 6:30
professionalPaul Conrad13-Jan-08 6:30 
QuestionVScrollBar and VisibleArea Pin
tcsoccerman13-Jan-08 4:08
tcsoccerman13-Jan-08 4:08 
GeneralRe: VScrollBar and VisibleArea Pin
Luc Pattyn13-Jan-08 4:55
sitebuilderLuc Pattyn13-Jan-08 4:55 
GeneralRe: VScrollBar and VisibleArea Pin
tcsoccerman13-Jan-08 5:28
tcsoccerman13-Jan-08 5:28 
GeneralRe: VScrollBar and VisibleArea Pin
Luc Pattyn13-Jan-08 5:56
sitebuilderLuc Pattyn13-Jan-08 5:56 
GeneralRe: VScrollBar and VisibleArea Pin
tcsoccerman13-Jan-08 6:49
tcsoccerman13-Jan-08 6:49 
Ok lets figure this out...

I have a user control with these properties

autoscale = true;
autosize = false;

Scroll event handler:

void SplitinfoScroll(object sender, ScrollEventArgs e)<br />
{<br />
	this.Invalidate();<br />
}


i've also tried Invalidate(this.bounds);....

what am i doing wrong?
How did you set it up?
GeneralRe: VScrollBar and VisibleArea Pin
Luc Pattyn13-Jan-08 7:52
sitebuilderLuc Pattyn13-Jan-08 7:52 
GeneralRe: VScrollBar and VisibleArea Pin
tcsoccerman13-Jan-08 16:16
tcsoccerman13-Jan-08 16:16 
GeneralRe: VScrollBar and VisibleArea Pin
Luc Pattyn13-Jan-08 21:44
sitebuilderLuc Pattyn13-Jan-08 21:44 
GeneralRe: VScrollBar and VisibleArea Pin
tcsoccerman14-Jan-08 13:02
tcsoccerman14-Jan-08 13:02 
Questionget text selection [modified] Pin
Askalo13-Jan-08 3:20
Askalo13-Jan-08 3:20 
GeneralRe: get text selection Pin
Paul Conrad13-Jan-08 6:32
professionalPaul Conrad13-Jan-08 6:32 
GeneralRe: get text selection Pin
tcsoccerman13-Jan-08 6:57
tcsoccerman13-Jan-08 6:57 
GeneralOverirding Hosting Page's Render method from a Server Control Pin
Nadia Monalisa13-Jan-08 1:58
Nadia Monalisa13-Jan-08 1:58 
GeneralCross-post. Please ignore Pin
pmarfleet13-Jan-08 3:55
pmarfleet13-Jan-08 3:55 
GeneralRe: Cross-post. Please ignore Pin
Nadia Monalisa13-Jan-08 4:37
Nadia Monalisa13-Jan-08 4:37 
GeneralRe: Cross-post. Please ignore Pin
Paul Conrad13-Jan-08 6:34
professionalPaul Conrad13-Jan-08 6:34 
GeneralRe: Cross-post. Please ignore Pin
pmarfleet13-Jan-08 6:54
pmarfleet13-Jan-08 6:54 
GeneralEquals and ReferenceEquals... Pin
MarkB77712-Jan-08 21:56
MarkB77712-Jan-08 21:56 
GeneralRe: Equals and ReferenceEquals... Pin
S. Senthil Kumar12-Jan-08 22:48
S. Senthil Kumar12-Jan-08 22:48 
GeneralMessage Box Pin
Shaahinm12-Jan-08 20:54
Shaahinm12-Jan-08 20:54 
GeneralRe: Message Box Pin
Abhijit Jana12-Jan-08 22:37
professionalAbhijit Jana12-Jan-08 22:37 
GeneralRe: Message Box Pin
Paul Conrad13-Jan-08 6:35
professionalPaul Conrad13-Jan-08 6:35 

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.