<?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 Update Listview in Dockpane from Selected Features Using MapTool in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/update-listview-in-dockpane-from-selected-features/m-p/866144#M4954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have experience developing add-ins with ArcObjects, but I'm new to C# and the MVVM programming pattern. I've been reviewing community samples on GitHub and listening to video demonstrations from Esri, but haven't quite figured out how to utilize multiple Esri controls in ArcGIS Pro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow:&lt;/P&gt;&lt;P&gt;1. Select point features using MapTool and open Dockpane&lt;/P&gt;&lt;P&gt;2. For each selected point, a row should be added&amp;nbsp;to the ListView control in the Dockpane&lt;/P&gt;&lt;P&gt;3. Business logic will be applied to point features in ListView with the use of a button in Dockpane&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached my visual studio solution used to tinker with this idea and functionality. I have a relay command tied to the buttons that will load rows to the ListView, but I want that to be automated once a user creates a new selection from the MapTool.&amp;nbsp;I'm open to learning best practices, but this is all I have so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2020 18:23:52 GMT</pubDate>
    <dc:creator>SeanTabin</dc:creator>
    <dc:date>2020-08-18T18:23:52Z</dc:date>
    <item>
      <title>Update Listview in Dockpane from Selected Features Using MapTool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/update-listview-in-dockpane-from-selected-features/m-p/866144#M4954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have experience developing add-ins with ArcObjects, but I'm new to C# and the MVVM programming pattern. I've been reviewing community samples on GitHub and listening to video demonstrations from Esri, but haven't quite figured out how to utilize multiple Esri controls in ArcGIS Pro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workflow:&lt;/P&gt;&lt;P&gt;1. Select point features using MapTool and open Dockpane&lt;/P&gt;&lt;P&gt;2. For each selected point, a row should be added&amp;nbsp;to the ListView control in the Dockpane&lt;/P&gt;&lt;P&gt;3. Business logic will be applied to point features in ListView with the use of a button in Dockpane&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached my visual studio solution used to tinker with this idea and functionality. I have a relay command tied to the buttons that will load rows to the ListView, but I want that to be automated once a user creates a new selection from the MapTool.&amp;nbsp;I'm open to learning best practices, but this is all I have so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 18:23:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/update-listview-in-dockpane-from-selected-features/m-p/866144#M4954</guid>
      <dc:creator>SeanTabin</dc:creator>
      <dc:date>2020-08-18T18:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update Listview in Dockpane from Selected Features Using MapTool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/update-listview-in-dockpane-from-selected-features/m-p/866145#M4955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried looking at&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic12812.html" title="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic12812.html"&gt;ArcGIS Pro 2.6 API Reference Guide&lt;/A&gt;&amp;nbsp;for the MapSelectionChangedEvent.&amp;nbsp; You could add some logic so when the selection changes to populate your listbox, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 19:00:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/update-listview-in-dockpane-from-selected-features/m-p/866145#M4955</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2020-08-18T19:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Update Listview in Dockpane from Selected Features Using MapTool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/update-listview-in-dockpane-from-selected-features/m-p/866146#M4956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sean,&lt;/P&gt;&lt;P&gt;&amp;nbsp;You can take a look at this sample, it implements some of the functionality that you are looking for:&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/2d6a30e2597c7a0079ae65b182f60a77e79aaef7/Map-Exploration/IdentifyWindow"&gt;https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/2d6a30e2597c7a0079ae65b182f60a77e79aaef7/Map-Exploration/IdentifyWindow&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 20:08:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/update-listview-in-dockpane-from-selected-features/m-p/866146#M4956</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2020-08-18T20:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Update Listview in Dockpane from Selected Features Using MapTool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/update-listview-in-dockpane-from-selected-features/m-p/866147#M4957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I think I'll find this very helpful. I'll be back here soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 20:19:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/update-listview-in-dockpane-from-selected-features/m-p/866147#M4957</guid>
      <dc:creator>SeanTabin</dc:creator>
      <dc:date>2020-08-18T20:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Update Listview in Dockpane from Selected Features Using MapTool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/update-listview-in-dockpane-from-selected-features/m-p/866148#M4958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found these two threads most helpful from Wolfgang:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/251741-access-listview-inside-dockpane"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; "&gt;https://community.esri.com/thread/251741-access-listview-inside-dockpane&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/2d6a30e2597c7a0079ae65b182f60a77e79aaef7/Map-Exploration/IdentifyWindow"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; "&gt;https://github.com/Esri/arcgis-pro-sdk-communitysamples/tree/2d6a30e2597c7a0079ae65b182f60a77e79aaef7/Map-Exploration/IdentifyWindow&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an updated project&amp;nbsp;solution in the main thread&amp;nbsp;for those that require similar functionality and need help getting started.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 21:32:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/update-listview-in-dockpane-from-selected-features/m-p/866148#M4958</guid>
      <dc:creator>SeanTabin</dc:creator>
      <dc:date>2020-08-20T21:32:33Z</dc:date>
    </item>
  </channel>
</rss>

