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
210
Tooltip is showing in the wrong location on the chart after deserialization of ultraDockManager
posted

Chart is located on one of the dockManager panes. When making the pane floating, tooltips are shown in the correct location.

However after serialization/deserialization ( ultraDockManager.SaveAsBinary / ultraDockManager.LoadFromBinary) floating chart tooltips are displayed in the location as if they were on the parent form (with all the dock panes) - you can see that on the pic attached.

Some investigation showed that the cause may be that Chart.IGWinTooltip object, that refers to the tooltip showing on the chart, has different parent object:

before deserializ - tooltip.Parent = ChartFloatingWindow;

after - tooltip.Parent = MainForm;

Setting parent explicitly after deserializ didnt help.

Infragistics Version=8.1.20081.2033. also tried 2021 hotfix and 8.3

Please, advise