<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic MapView Overlays Off Screen? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/mapview-overlays-off-screen/m-p/634325#M4263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tooltip cut off.png" class="image-1 jive-image" src="/legacyfs/online/112430_tooltip cut off.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2015 15:00:00 GMT</pubDate>
    <dc:creator>DanielleAlexander</dc:creator>
    <dc:date>2015-06-22T15:00:00Z</dc:date>
    <item>
      <title>MapView Overlays Off Screen?</title>
      <link>https://community.esri.com/t5/developers-questions/mapview-overlays-off-screen/m-p/634325#M4263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="tooltip cut off.png" class="image-1 jive-image" src="/legacyfs/online/112430_tooltip cut off.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 15:00:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/mapview-overlays-off-screen/m-p/634325#M4263</guid>
      <dc:creator>DanielleAlexander</dc:creator>
      <dc:date>2015-06-22T15:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: MapView Overlays Off Screen?</title>
      <link>https://community.esri.com/t5/developers-questions/mapview-overlays-off-screen/m-p/634326#M4264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still looking for a possible solution to this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 16:24:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/mapview-overlays-off-screen/m-p/634326#M4264</guid>
      <dc:creator>DanielleAlexander</dc:creator>
      <dc:date>2015-06-29T16:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: MapView Overlays Off Screen?</title>
      <link>https://community.esri.com/t5/developers-questions/mapview-overlays-off-screen/m-p/634327#M4265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Danielle,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 13:13:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/mapview-overlays-off-screen/m-p/634327#M4265</guid>
      <dc:creator>LisaTurner</dc:creator>
      <dc:date>2015-06-30T13:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: MapView Overlays Off Screen?</title>
      <link>https://community.esri.com/t5/developers-questions/mapview-overlays-off-screen/m-p/634328#M4266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lisa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-dotnet"&gt;https://github.com/Esri/arcgis-runtime-samples-dotnet&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 15:46:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/mapview-overlays-off-screen/m-p/634328#M4266</guid>
      <dc:creator>DanielleAlexander</dc:creator>
      <dc:date>2015-06-30T15:46:30Z</dc:date>
    </item>
  </channel>
</rss>

