<?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 Re: Pane attributes defaultTab and defautlTool in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pane-attributes-defaulttab-and-defautltool/m-p/1083478#M6953</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to see layers of actual map when your pane is selected you need to set &amp;lt;content className=&amp;lt;esri contents dockpane class name&amp;gt;.&lt;/P&gt;&lt;P&gt;I have found in ADCore.daml reference to ArcGIS Pro Contents dockpane:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dockPane id="esri_core_contentsDockPane" caption="Contents" className="ContentsDockPaneViewModel" dock="left" width="320" keytip="toc" delayLoadMessage="Open a map or layout view"&amp;gt;
  &amp;lt;content className="ContentsDockPane" /&amp;gt; 
  &amp;lt;/dockPane&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;So you could try to change your content className, to ArcGIS Pro "ContentsDockPane". I don't if ArcGIS Pro will know that&amp;nbsp; is ArcGIS Pro class. Maybe you need to specify some path to that className. Esri stuff could say more about that.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jul 2021 13:31:54 GMT</pubDate>
    <dc:creator>GKmieliauskas</dc:creator>
    <dc:date>2021-07-28T13:31:54Z</dc:date>
    <item>
      <title>Pane attributes defaultTab and defautlTool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pane-attributes-defaulttab-and-defautltool/m-p/1083453#M6952</link>
      <description>&lt;P&gt;Hi,&amp;nbsp; I have created a Pane for displaying data in a Table&amp;nbsp; just as follows.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080"&gt;&lt;EM&gt;&amp;lt;pane id="MarktAnalystPro_Modules_Planning_StatisticZonesTable" caption="Zonenstatistiken" className="MarktAnalystPro.Modules.Planning.StatisticZonesTableViewModel" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericButtonGreen16.png" &lt;FONT color="#FF0000"&gt;defaultTab="esri_mapping_homeTab" defaultTool="esri_mapping_navigateTool"&lt;/FONT&gt; &amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;&lt;EM&gt;&amp;lt;content className="MarktAnalystPro.Modules.Planning.StatisticZonesTableView" /&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;&lt;EM&gt;&amp;lt;/pane&amp;gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;The pane I have created&amp;nbsp; behaves like a map and everytime the user makes this pane active,&amp;nbsp;&amp;nbsp; the dockpane "Contents" is changed not showing the layers of the acutal active map. Is there a way to change the behaviour of the pane, like that of an attribute table for instance?. My guess is that we are supossed to change either the defaultTab or the defaultTool attributes, but I haven't found any information regarding other options besides "&lt;FONT color="#808080"&gt;&lt;EM&gt;&lt;FONT color="#FF0000"&gt;esri_mapping_homeTab&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;" or "&lt;FONT color="#808080"&gt;&lt;EM&gt;&lt;FONT color="#FF0000"&gt;esri_mapping_navigateTool&lt;/FONT&gt;&lt;/EM&gt;&lt;/FONT&gt;".&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Thanks in advance, Eloy&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 12:07:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pane-attributes-defaulttab-and-defautltool/m-p/1083453#M6952</guid>
      <dc:creator>Eloy</dc:creator>
      <dc:date>2021-07-28T12:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pane attributes defaultTab and defautlTool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pane-attributes-defaulttab-and-defautltool/m-p/1083478#M6953</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to see layers of actual map when your pane is selected you need to set &amp;lt;content className=&amp;lt;esri contents dockpane class name&amp;gt;.&lt;/P&gt;&lt;P&gt;I have found in ADCore.daml reference to ArcGIS Pro Contents dockpane:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dockPane id="esri_core_contentsDockPane" caption="Contents" className="ContentsDockPaneViewModel" dock="left" width="320" keytip="toc" delayLoadMessage="Open a map or layout view"&amp;gt;
  &amp;lt;content className="ContentsDockPane" /&amp;gt; 
  &amp;lt;/dockPane&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;So you could try to change your content className, to ArcGIS Pro "ContentsDockPane". I don't if ArcGIS Pro will know that&amp;nbsp; is ArcGIS Pro class. Maybe you need to specify some path to that className. Esri stuff could say more about that.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 13:31:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pane-attributes-defaulttab-and-defautltool/m-p/1083478#M6953</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2021-07-28T13:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pane attributes defaultTab and defautlTool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pane-attributes-defaulttab-and-defautltool/m-p/1083512#M6956</link>
      <description>&lt;P&gt;Thanks for answering.&amp;nbsp; What I really want is to display my own pane without causing changes in the dockpane "ContentsDockPane". If I change the content from my own class to "ContentsDockPane" then my pane will be no displayed (Screenshot below). I guess there is something I don't understand about panes in ArcGIS Pro.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eloy_0-1627482219939.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/19524i8BDC7B1CC92C9E7F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Eloy_0-1627482219939.png" alt="Eloy_0-1627482219939.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 14:24:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pane-attributes-defaulttab-and-defautltool/m-p/1083512#M6956</guid>
      <dc:creator>Eloy</dc:creator>
      <dc:date>2021-07-28T14:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pane attributes defaultTab and defautlTool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pane-attributes-defaulttab-and-defautltool/m-p/1083843#M6958</link>
      <description>&lt;P&gt;From your question I understood that you want to have Esri layer content pane.&lt;/P&gt;&lt;P&gt;Check your layers control binding and try to update binding property in overridden&amp;nbsp;OnActivate method.&lt;/P&gt;&lt;P&gt;It is hard to help without the code.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 05:45:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pane-attributes-defaulttab-and-defautltool/m-p/1083843#M6958</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2021-07-29T05:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pane attributes defaultTab and defautlTool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pane-attributes-defaulttab-and-defautltool/m-p/1085773#M6978</link>
      <description>&lt;P&gt;Eloy,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please review this documentation regarding Pane impersonation.&amp;nbsp; In order for the TOC / contents pane to still show active map content, your pane needs to "impersonate" the mapView.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ArcGIS/arcgis-pro-sdk/wiki/proconcepts-content" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/ProGuide-Map-Pane-Impersonation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And an associated sample&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Map-Exploration/ImpersonateMapPane" target="_blank"&gt;https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Map-Exploration/ImpersonateMapPane&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Narelle&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 16:17:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pane-attributes-defaulttab-and-defautltool/m-p/1085773#M6978</guid>
      <dc:creator>NarelleChedzey</dc:creator>
      <dc:date>2021-08-04T16:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pane attributes defaultTab and defautlTool</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/pane-attributes-defaulttab-and-defautltool/m-p/1086078#M6984</link>
      <description>&lt;P&gt;Thanks, that is great. In the "create" method of the pane, you are allowed to bind the desired map with the pane.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eloy_0-1628153757298.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20227i154DE46DE309A3C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Eloy_0-1628153757298.png" alt="Eloy_0-1628153757298.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 08:57:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/pane-attributes-defaulttab-and-defautltool/m-p/1086078#M6984</guid>
      <dc:creator>Eloy</dc:creator>
      <dc:date>2021-08-05T08:57:04Z</dc:date>
    </item>
  </channel>
</rss>

