Click here to Skip to main content
15,898,818 members
Home / Discussions / C#
   

C#

 
GeneralRe: GINA.dll Pin
Colin Angus Mackay26-Mar-04 0:31
Colin Angus Mackay26-Mar-04 0:31 
GeneralRe: GINA.dll Pin
Heath Stewart26-Mar-04 3:32
protectorHeath Stewart26-Mar-04 3:32 
GeneralRe: GINA.dll Pin
amal_pro8326-Mar-04 6:27
amal_pro8326-Mar-04 6:27 
GeneralKey event in VS2003 Pin
thomasa25-Mar-04 23:28
thomasa25-Mar-04 23:28 
GeneralRe: Key event in VS2003 Pin
Heath Stewart26-Mar-04 3:30
protectorHeath Stewart26-Mar-04 3:30 
GeneralRe: Key event in VS2003 Pin
thomasa14-Apr-04 3:30
thomasa14-Apr-04 3:30 
GeneralPanel AutoScroll Pin
Krinitsky25-Mar-04 15:20
Krinitsky25-Mar-04 15:20 
GeneralRe: Panel AutoScroll Pin
Heath Stewart26-Mar-04 3:24
protectorHeath Stewart26-Mar-04 3:24 
The problem has to do with focus. If you just click on your control, focus is given to the control with the first tab stop (TabStop set to 0). If you actually select a control in your UserControl, then it should scroll so that control is in view.

Also, a UserControl and all derivatives are scrollable themselves, so you don't need to put them in a Panel in order to auto-scroll. This might also help the problem of jumping to the top (which, like I said, is a focus thing and is by design) since the UserControl in control of scrolling now, not its parent Panel container.

 

Microsoft MVP, Visual C#
My Articles
GeneralOracle Stored Procedure Returns Table Pin
jm200225-Mar-04 13:00
jm200225-Mar-04 13:00 
GeneralRe: Oracle Stored Procedure Returns Table Pin
Heath Stewart25-Mar-04 13:57
protectorHeath Stewart25-Mar-04 13:57 
GeneralRe: Oracle Stored Procedure Returns Table Pin
jm200226-Mar-04 3:37
jm200226-Mar-04 3:37 
GeneralRe: Oracle Stored Procedure Returns Table Pin
Heath Stewart26-Mar-04 4:34
protectorHeath Stewart26-Mar-04 4:34 
GeneralRe: Oracle Stored Procedure Returns Table Pin
jm200226-Mar-04 3:53
jm200226-Mar-04 3:53 
GeneralRe: Oracle Stored Procedure Returns Table Pin
Heath Stewart26-Mar-04 4:45
protectorHeath Stewart26-Mar-04 4:45 
GeneralRe: Oracle Stored Procedure Returns Table Pin
jm200226-Mar-04 7:36
jm200226-Mar-04 7:36 
GeneralRe: Oracle Stored Procedure Returns Table Pin
Heath Stewart26-Mar-04 7:44
protectorHeath Stewart26-Mar-04 7:44 
Questionchange webservice address at runtime? Pin
visiontec25-Mar-04 12:35
visiontec25-Mar-04 12:35 
AnswerRe: change webservice address at runtime? Pin
Heath Stewart25-Mar-04 13:52
protectorHeath Stewart25-Mar-04 13:52 
AnswerRe: change webservice address at runtime? Pin
Mazdak25-Mar-04 19:54
Mazdak25-Mar-04 19:54 
GeneralDataset, Dataview, XML, RadioButtonList Question. HELP!! Pin
bentai25-Mar-04 9:59
bentai25-Mar-04 9:59 
GeneralRe: Dataset, Dataview, XML, RadioButtonList Question. HELP!! Pin
Heath Stewart25-Mar-04 14:03
protectorHeath Stewart25-Mar-04 14:03 
GeneralRe: Dataset, Dataview, XML, RadioButtonList Question. HELP!! Pin
bentai29-Mar-04 4:29
bentai29-Mar-04 4:29 
GeneralRe: Dataset, Dataview, XML, RadioButtonList Question. HELP!! Pin
Heath Stewart29-Mar-04 5:14
protectorHeath Stewart29-Mar-04 5:14 
GeneralPassing BStr by refrence to unmanaged dll Pin
schnee2k325-Mar-04 9:45
schnee2k325-Mar-04 9:45 
GeneralRe: Passing BStr by refrence to unmanaged dll Pin
Dave Kreskowiak25-Mar-04 12:03
mveDave Kreskowiak25-Mar-04 12:03 

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.