<?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 PopupViewer - Enhancement Request in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/popupviewer-enhancement-request/m-p/1659394#M13746</link>
    <description>&lt;P&gt;I'm in the process of retiring a custom popup viewer in favor of&amp;nbsp; the PopupViewer in esri's toolkit.&amp;nbsp; It's generally an improvement but I have an enhancement request that I think would be fairly easy to implement and make the control more functional.&lt;/P&gt;&lt;P&gt;My app builds a tree of the various layers/features that were identified (left pane) and when a feature is clicked, the popup is displayed (right pane).&amp;nbsp; Kind of a classic item/item detail UI metaphor.&amp;nbsp; The PopupViewer automatically begins displaying a back button after the first feature is selected, which is not relevant in my use case.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My enhancement request could be summarized as &lt;EM&gt;provide some programmatic control of if the back button is displayed&lt;/EM&gt;.&amp;nbsp; Thoughts include:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A simple bool property to prevent back button from ever displaying.&lt;/LI&gt;&lt;LI&gt;If back button is displayed and clicked, raise an event and pass the popup that is now showing.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I'd be totally happy with approach 1, extra credit for approach 2.&amp;nbsp; If anyone at esri has thoughts on how suppressing this could happen without changes to the control code, I'd love your feedback.&lt;/P&gt;&lt;P&gt;Due to the multi-platform codebase, I don't have the necessary experience to implement and issue a pull request.&lt;/P&gt;&lt;P&gt;Screen grab for clarity... thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-10-21 100142.png" style="width: 578px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/142321i953457CD53EEADBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-10-21 100142.png" alt="Screenshot 2025-10-21 100142.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Oct 2025 17:18:58 GMT</pubDate>
    <dc:creator>Mike_Quetel</dc:creator>
    <dc:date>2025-10-21T17:18:58Z</dc:date>
    <item>
      <title>PopupViewer - Enhancement Request</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/popupviewer-enhancement-request/m-p/1659394#M13746</link>
      <description>&lt;P&gt;I'm in the process of retiring a custom popup viewer in favor of&amp;nbsp; the PopupViewer in esri's toolkit.&amp;nbsp; It's generally an improvement but I have an enhancement request that I think would be fairly easy to implement and make the control more functional.&lt;/P&gt;&lt;P&gt;My app builds a tree of the various layers/features that were identified (left pane) and when a feature is clicked, the popup is displayed (right pane).&amp;nbsp; Kind of a classic item/item detail UI metaphor.&amp;nbsp; The PopupViewer automatically begins displaying a back button after the first feature is selected, which is not relevant in my use case.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My enhancement request could be summarized as &lt;EM&gt;provide some programmatic control of if the back button is displayed&lt;/EM&gt;.&amp;nbsp; Thoughts include:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A simple bool property to prevent back button from ever displaying.&lt;/LI&gt;&lt;LI&gt;If back button is displayed and clicked, raise an event and pass the popup that is now showing.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I'd be totally happy with approach 1, extra credit for approach 2.&amp;nbsp; If anyone at esri has thoughts on how suppressing this could happen without changes to the control code, I'd love your feedback.&lt;/P&gt;&lt;P&gt;Due to the multi-platform codebase, I don't have the necessary experience to implement and issue a pull request.&lt;/P&gt;&lt;P&gt;Screen grab for clarity... thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-10-21 100142.png" style="width: 578px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/142321i953457CD53EEADBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-10-21 100142.png" alt="Screenshot 2025-10-21 100142.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 17:18:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/popupviewer-enhancement-request/m-p/1659394#M13746</guid>
      <dc:creator>Mike_Quetel</dc:creator>
      <dc:date>2025-10-21T17:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: PopupViewer - Enhancement Request</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/popupviewer-enhancement-request/m-p/1659456#M13747</link>
      <description>&lt;P&gt;The back button should only show if you drill into sub-features like related features or utility network associations. If that's not the case, please log a bug in the toolkit repo.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 19:58:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/popupviewer-enhancement-request/m-p/1659456#M13747</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2025-10-21T19:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: PopupViewer - Enhancement Request</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/popupviewer-enhancement-request/m-p/1659469#M13748</link>
      <description>&lt;P&gt;Issue submitted: &lt;A href="https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/issues/702" target="_blank"&gt;https://github.com/Esri/arcgis-maps-sdk-dotnet-toolkit/issues/702&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 20:35:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/popupviewer-enhancement-request/m-p/1659469#M13748</guid>
      <dc:creator>Mike_Quetel</dc:creator>
      <dc:date>2025-10-21T20:35:28Z</dc:date>
    </item>
  </channel>
</rss>

