Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Scroll bar position (Read 1901 times)
wyang
YaBB Newbies
*
Offline



Posts: 10
Joined: Jan 14th, 2007
Scroll bar position
Mar 7th, 2007 at 1:43am
Print Post  
I created a windows form and it only contains the flowchart control. The flowchart control has RectangleF height = 2500 and the vertical scrollbar is enabled.

Here is the situation I am facing:

when my windows application loads up, the focus is not in the flowchart control.
I scroll down to the bottom of the flowchart control and click inside the flowchart control. The focus is now switched to the flowchart control. However, the scroll position back to the top of the control.

My question is:
How do I set the scroll position back to the position where the mouse was clicked so the position is not back to the top?

I have tried everything I can think of, but still no luck.

Could you please help on this one?

Thanks.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Scroll bar position
Reply #1 - Mar 7th, 2007 at 5:55am
Print Post  
I could not reproduce that. Do you by any chance handle the Enter event raised when the control gets the focus?

Stoyan
  
Back to top
 
IP Logged
 
wyang
YaBB Newbies
*
Offline



Posts: 10
Joined: Jan 14th, 2007
Re: Scroll bar position
Reply #2 - Mar 7th, 2007 at 11:46pm
Print Post  
I don't have any Enter Event handler.

This situation only occurs when I try to switch the focus from other control to Flowchart control.

Once the flowchart control is in focus, I can scroll down to the bottom of the flowchart and click the mouse anywhere within the flowchart and the flowchart will stay.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Scroll bar position
Reply #3 - Mar 8th, 2007 at 6:18am
Print Post  
Could you copy here the code related to the flowchart from the form's InitializeComponent and from the OnLoad handler?
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint