In our application using TG10 WinForms we were able to display “Map Tips” using the .NET ToolTip class. Hovering the mouse over a feature in the map would result in a ‘balloon’ displayed containing some information about the feature.
However, the same ToolTip class will not display when using the MapView in TG14. There is no error, but the ToolTip never appears. Most likely this is because the MapView is a WPF control hosted to work in WinForms. Is there a workaround for this? I have included a sample project which sets the tool tip in the form load event.
Thanks!
Steve
LabelTest Demo.zip (2.5 MB)