Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Hosted Control appearing over chart scroll bars (Read 1455 times)
JohnN
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Oct 16th, 2007
Hosted Control appearing over chart scroll bars
Oct 16th, 2007 at 9:19am
Print Post  
Hi, I am trying to use a control host on a chart.
When I move a control host and its hosted control off the end the right hand side of a chart the control host appears hidden behind the scroll bar whereas the hosted control (in my case a label) appears over the top of the scroll bar. Is there some setting to prevent this so that both the control and the control host are below the scroll bar.

Thanks in advance for any help
JohnN
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Hosted Control appearing over chart scroll bar
Reply #1 - Oct 16th, 2007 at 9:42am
Print Post  
Hi,

Flowchart.NET should take care of this, but we might have omitted updating the controls Z order in some situation. How exactly are you adding the control nodes, and are you showing or hiding the flowchart's scrollbars explicitly from you code? For the time being you can fix this by calling the

FlowChart.HScrollBar.BringToFront();
FlowChart.VScrollBar.BringToFront();

methods after adding the control hosts or showing the scrollbars.

Stoyan
  
Back to top
 
IP Logged
 
JohnN
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Oct 16th, 2007
Re: Hosted Control appearing over chart scroll bar
Reply #2 - Oct 16th, 2007 at 1:13pm
Print Post  
Thanks Stoyo that seems to have done the trick. as far as I am aware there is nowhere in our code that explicitly configures the scrollbars
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint