Click here to Skip to main content
15,914,014 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to get combo items Pin
MCSD-Gandalf7-Jun-06 3:05
MCSD-Gandalf7-Jun-06 3:05 
GeneralRe: How to get combo items Pin
Sean Michael Murphy7-Jun-06 8:22
Sean Michael Murphy7-Jun-06 8:22 
GeneralRe: How to get combo items Pin
MCSD-Gandalf7-Jun-06 8:48
MCSD-Gandalf7-Jun-06 8:48 
GeneralRe: How to get combo items Pin
Sean Michael Murphy7-Jun-06 10:09
Sean Michael Murphy7-Jun-06 10:09 
QuestionTo reach up to most child folder from a root node Pin
donymony6-Jun-06 18:46
donymony6-Jun-06 18:46 
AnswerRe: To reach up to most child folder from a root node Pin
abhinish6-Jun-06 19:37
abhinish6-Jun-06 19:37 
QuestionDialog Box Pin
Imtiaz Murtaza6-Jun-06 17:19
Imtiaz Murtaza6-Jun-06 17:19 
AnswerRe: Dialog Box Pin
rah_sin6-Jun-06 18:57
professionalrah_sin6-Jun-06 18:57 
QuestionMemory Allocation For new Object Pin
friend4allmo6-Jun-06 16:54
friend4allmo6-Jun-06 16:54 
AnswerRe: Memory Allocation For new Object Pin
Guffa6-Jun-06 18:52
Guffa6-Jun-06 18:52 
GeneralRe: Memory Allocation For new Object Pin
leppie6-Jun-06 21:00
leppie6-Jun-06 21:00 
AnswerRe: Memory Allocation For new Object Pin
friend4allmo7-Jun-06 8:44
friend4allmo7-Jun-06 8:44 
QuestionHow to define a function from WIN32 DLL in c# . Pin
dfbx6-Jun-06 16:20
dfbx6-Jun-06 16:20 
AnswerRe: How to define a function from WIN32 DLL in c# . Pin
dr.TyGER (Konstantin)6-Jun-06 18:57
dr.TyGER (Konstantin)6-Jun-06 18:57 
GeneralRe: How to define a function from WIN32 DLL in c# . Pin
dfbx6-Jun-06 19:21
dfbx6-Jun-06 19:21 
QuestionDisplay of text delayed [modified] Pin
printscreen123456-Jun-06 15:53
printscreen123456-Jun-06 15:53 
AnswerRe: Display of text delayed [modified] Pin
Guffa6-Jun-06 19:00
Guffa6-Jun-06 19:00 
GeneralRe: Display of text delayed [modified] Pin
printscreen123456-Jun-06 19:33
printscreen123456-Jun-06 19:33 
AnswerRe: Display of text delayed [modified] Pin
Guffa6-Jun-06 23:15
Guffa6-Jun-06 23:15 
GeneralRe: Display of text delayed [modified] Pin
printscreen123457-Jun-06 1:37
printscreen123457-Jun-06 1:37 
GeneralRe: Display of text delayed [modified] Pin
Guffa7-Jun-06 20:23
Guffa7-Jun-06 20:23 
GeneralRe: Display of text delayed Pin
printscreen123459-Jun-06 21:30
printscreen123459-Jun-06 21:30 
AnswerRe: Display of text delayed Pin
Guffa9-Jun-06 22:22
Guffa9-Jun-06 22:22 
The scrolling area is decided by the size needed by the child objects. The graphics you draw is no child objects, so it won't affect the scrolling area.

To get the scrolling area to be the size you need, you have to put a child object in the tabpage. Either place the child object at the position of the last line you draw, or place it at the top and resize it to the size of what you draw.

Perhaps you should make a special control to draw your text on, instead of drawing on the tappage. That would make it easier to handle scrolling also.

---
b { font-weight: normal; }

GeneralRe: Display of text delayed Pin
printscreen1234510-Jun-06 1:23
printscreen1234510-Jun-06 1:23 
QuestionData binding Pin
liquid_6-Jun-06 11:28
liquid_6-Jun-06 11:28 

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.