MapView Overlays Off Screen?

3236
3
06-22-2015 08:00 AM
DanielleAlexander
New Contributor II

Hello,

I'm pretty new to Esri development and was wondering about overlays. We use an OverlayItemsControl for displaying feature tool tips, but when the features are near to the edge of the map the tool tip gets cut off. How can I force the tool tip to display in the visible portion of the map so the entire overlay is visible?

tooltip cut off.png

I've attached a sample below where the navigation panel is the white separated by the light gray bar on the left, and the map is part of an enclosed area on the right. The feature extends past the edge of the map. The tool tip appears near the middle of the feature, but I need it to appear off to the right so the user can see it. Similarly, for features on the right side of the map it'll need to display off to the left. Is there a dynamic way to do this?

Help appreciated!

0 Kudos
3 Replies
DanielleAlexander
New Contributor II

Still looking for a possible solution to this problem.

0 Kudos
LisaTurner
Occasional Contributor II

Hey Danielle,

It might help others if you mention what application and version you are working in. I have no clue how to help with this, but I know there are a lot of people on here who can help if they have more information to start with.

Lisa

0 Kudos
DanielleAlexander
New Contributor II

Hi Lisa,

We're using the ArcGIS Runtime .NET API, version 10.2.5 I believe. This issue is reproduce-able in the overlays sample found here:

https://github.com/Esri/arcgis-runtime-samples-dotnet

0 Kudos