Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
Winchart.IGWinTooltip and Windows.Forms.TabControl Problem
posted

Hi,

I'm using Infragistics v8.3 with vs2008 and my problem is: When I put an UltraChart to a TabPage in our code and start the application the following exception is coming up:

System.ArgumentException:

Message="IGWinTooltip kann nicht zu TabControl hinzugefügt werden. Nur TabPages können direkt zu TabControls hinzugefügt werden."

(Translation: "IGWinTooltip cannot be added to TabControl. Only TabPages can be added to TabControls.")

Source="System.Windows.Forms" 

StackTrace:
       bei System.Windows.Forms.TabControl.ControlCollection.Add(Control value)
       bei Infragistics.Win.UltraWinChart.IGWinTooltip.AddToControlsCollection(Control controlToAttachTo)
       bei Infragistics.Win.UltraWinChart.IGWinTooltip.Attach(Control chartControl)
       bei Infragistics.Win.UltraWinChart.UltraChart.OnLoad(EventArgs e)
       bei System.Windows.Forms.UserControl.OnCreateControl()
       bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       bei System.Windows.Forms.Control.CreateControl()
       bei System.Windows.Forms.Control.SetVisibleCore(Boolean value)
       bei System.Windows.Forms.SplitterPanel.set_Visible(Boolean value)
       bei System.Windows.Forms.SplitContainer.CollapsePanel(SplitterPanel p, Boolean collapsing)
       bei System.Windows.Forms.SplitContainer.set_Panel2Collapsed(Boolean value)

 

How could i fix this issue?

Parents Reply Children