<?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: Can you create a multi-level dropdown button to organize and select features? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875795#M5420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Derek,&lt;/P&gt;&lt;P&gt;I thought that we can add spiltbutton to another splitbutton. But it impossible now. I have made test. So better solution would be&amp;nbsp;customControl where inside you have wpf tree or bunch of expanders with styled lists of buttons. Then you can manage them on fly depending on your situation. This is more advanced way which requires more WPF knowledge.&lt;/P&gt;&lt;P&gt;Custom control sample you can find: arcgis-pro-sdk-community-samples-master\Framework\RibbonControls&lt;/P&gt;&lt;P&gt;It&amp;nbsp;is not what you exactly need but you can find how to add custom control to ribbon and how it works with mvvm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2020 07:26:53 GMT</pubDate>
    <dc:creator>GKmieliauskas</dc:creator>
    <dc:date>2020-10-29T07:26:53Z</dc:date>
    <item>
      <title>Can you create a multi-level dropdown button to organize and select features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875790#M5415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within ArcMap, we could create a custom button, via python, to act as an organized catalog to add features to a map from a geodatabase. All the menu items were neatly organized depending on the category of the feature. This was a nice way to present the data because there is a lot to organize. In addition it would call up the feature class from a geodatabase and utilize the symbology from a specified layer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Original Addin" class="image-1 jive-image" height="536" src="https://community.esri.com/legacyfs/online/511930_EnvironmentalButton.JPG" width="350" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have created a very basic button in ArcPro to call up features from a specified geodatabase, however i can't find any information on how to organize the buttons into further dropdown categories or utilize layer symbology.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG alt="" class="image-2 jive-image" height="391" src="https://community.esri.com/legacyfs/online/511943_proenvaddin.JPG" width="593" /&gt;\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on code or a point in the right direction would be incredibly helpful and I appreciate your time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Derek Salinas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2020 19:27:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875790#M5415</guid>
      <dc:creator>DerekSalinas</dc:creator>
      <dc:date>2020-10-27T19:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a multi-level dropdown button to organize and select features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875791#M5416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Derek,&lt;/P&gt;&lt;P&gt;If your structure is always the same you can define it in config.daml&amp;nbsp;splitbuttons section. More info here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProGuide-Palettes-and-Split-Buttons#how-to-declare-a-split-button" title="https://github.com/Esri/arcgis-pro-sdk/wiki/ProGuide-Palettes-and-Split-Buttons#how-to-declare-a-split-button"&gt;ProGuide Palettes and Split Buttons · Esri/arcgis-pro-sdk Wiki · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2020 06:53:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875791#M5416</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2020-10-28T06:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a multi-level dropdown button to organize and select features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875792#M5417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning Gintautas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your timely reply. It was very helpful for a base case addin. Im curious, if i had too many button elements in a split button and they needed further organization, is there a way I can "subgroup" a list of split buttons in an existing split button? Would that just require inserting split buttons in the parent?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Derek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2020 17:37:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875792#M5417</guid>
      <dc:creator>DerekSalinas</dc:creator>
      <dc:date>2020-10-28T17:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a multi-level dropdown button to organize and select features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875793#M5418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Along with split buttons, another way you can organize multiple buttons/tools is to use "galleries".&lt;/P&gt;&lt;P&gt;Here are a couple of samples and screenshots of galleries you can create with Pro SDK:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Content/OpenItemDialogBrowseFilter"&gt; OpenItemDialogBrowseFilter sample&lt;/A&gt; creates this gallery&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="UI" src="https://github.com/Esri/arcgis-pro-sdk-community-samples/raw/master/Content/OpenItemDialogBrowseFilter/screenshots/FilterGallery.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Couple of Framework Gallery samples:&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/Gallery"&gt;Gallery&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/ConfigureGallery"&gt;Configure Gallery&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3. &lt;A href="https://github.com/ArcGIS/arcgis-pro-sdk/wiki/ProGuide-Galleries"&gt;ProGuide: Gallery&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2020 17:46:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875793#M5418</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2020-10-28T17:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a multi-level dropdown button to organize and select features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875794#M5419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestions Uma! Although I think with the amount of data that there is to organize and the subcategories needed a simple menu structure like the previous ArcMap python example i have above&amp;nbsp; would be best. Galleries just seem too invasive from a UX standpoint.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I just have the simple button pallet with drop down that contains a few feature class buttons. I read somewhere that it is not possible to contain several button_pallets or splits within one but im hoping that is wrong.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2020 22:25:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875794#M5419</guid>
      <dc:creator>DerekSalinas</dc:creator>
      <dc:date>2020-10-28T22:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a multi-level dropdown button to organize and select features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875795#M5420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Derek,&lt;/P&gt;&lt;P&gt;I thought that we can add spiltbutton to another splitbutton. But it impossible now. I have made test. So better solution would be&amp;nbsp;customControl where inside you have wpf tree or bunch of expanders with styled lists of buttons. Then you can manage them on fly depending on your situation. This is more advanced way which requires more WPF knowledge.&lt;/P&gt;&lt;P&gt;Custom control sample you can find: arcgis-pro-sdk-community-samples-master\Framework\RibbonControls&lt;/P&gt;&lt;P&gt;It&amp;nbsp;is not what you exactly need but you can find how to add custom control to ribbon and how it works with mvvm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 07:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875795#M5420</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2020-10-29T07:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a multi-level dropdown button to organize and select features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875796#M5421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning Gintautas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its strange though, there is a section in the 'Insert' Tab that makes me think you can do a split button in a split button. Within 'Insert,' you will see the button 'Task' in the 'Projects' group is a split button that drops down to a regular button and another split button. I'm just not sure how to organize that properly within the code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/512071_inserttask.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 16:36:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875796#M5421</guid>
      <dc:creator>DerekSalinas</dc:creator>
      <dc:date>2020-10-29T16:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a multi-level dropdown button to organize and select features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875797#M5422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Derek,&lt;/P&gt;&lt;P&gt;Intellisense wrotes what elements of splitbutton can be button, gallery, or customcontrol. So your next level item must be customcontrol which acts as splitbutton.&lt;/P&gt;&lt;P&gt;It would be nice if Esri would&amp;nbsp;implemented possibility to add splitbutton to splitbutton.&lt;/P&gt;&lt;P&gt;Maybe it is enough for Esri to expose&amp;nbsp;existing their&amp;nbsp;solution (you found)&amp;nbsp;to public&lt;/P&gt;&lt;P&gt;But you can search internet for free or commercial wpf splitbutton and add it inside your customcontrol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2020 09:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875797#M5422</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2020-10-30T09:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a multi-level dropdown button to organize and select features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875798#M5423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Derek,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Task button/dropdown that you reference above is achieved using the daml menu structure.&amp;nbsp; &amp;nbsp;Here is the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;menus&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;menu id&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"esri_task_insertMenu"&lt;/SPAN&gt; caption&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Task"&lt;/SPAN&gt; extendedCaption&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Ribbon add task items menu"&lt;/SPAN&gt; keytip&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"TA"&lt;/SPAN&gt;         
         largeImage&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TaskItem32.png"&lt;/SPAN&gt;
         smallImage&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TaskItem16.png"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;tooltip heading&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Task"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;Add task items to your project&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;tooltip&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
       &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;button refID&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"esri_tasks_NewProjectTaskItem"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
        &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;menu refID&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"esri_tasks_ImportTaskFileMenu"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;menu&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;menu id&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"esri_tasks_ImportTaskFileMenu"&lt;/SPAN&gt; caption&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Import and Open Task File"&lt;/SPAN&gt;
         largeImage&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericImport32.png"&lt;/SPAN&gt; 
         smallImage&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericImport16.png"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;button refID&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"esri_tasks_ImportTaskFileBrowse"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
      &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;dynamicMenu refID&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"esri_tasks_ImportMenu"&lt;/SPAN&gt; inline&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"true"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;menu&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
 &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;menus&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dynamicMenu can be replaced by other button references.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "&lt;SPAN&gt;esri_task_insertMenu" is inserted into a group as a buttonPalettte item&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;group&lt;/SPAN&gt; id&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"test"&lt;/SPAN&gt; caption&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Test"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
  &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;insertButtonPalette refID&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"esri_task_insertMenu"&lt;/SPAN&gt; size&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"middle"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;group&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:59:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875798#M5423</guid>
      <dc:creator>NarelleChedzey</dc:creator>
      <dc:date>2021-12-12T10:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a multi-level dropdown button to organize and select features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875799#M5424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome Narelle!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for getting me this! I did have a couple questions though. In your "group" section, you have "insertButtonPallet" as the call but im pretty sure it is supposed to be "buttonPallet", correct?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also,&amp;nbsp; the path for the menu goes to a slightly different item than the rest of your menus (task &amp;amp; tasks), and im wondering if you have to add the detail for the buttonPallet you insert in the groups into a different item?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Forgive me for my crap nomenclature, I hope im conveying my questions adequately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Derek&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2020 23:26:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875799#M5424</guid>
      <dc:creator>DerekSalinas</dc:creator>
      <dc:date>2020-11-06T23:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a multi-level dropdown button to organize and select features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875800#M5425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Derek&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;group&lt;/SPAN&gt; id&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"test"&lt;/SPAN&gt; caption&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"Test"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;&amp;gt;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;&amp;lt;&lt;/SPAN&gt;insertButtonPalette refID&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"esri_task_insertMenu"&lt;/SPAN&gt; size&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"middle"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;group&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;group&lt;/SPAN&gt; id&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"test"&lt;/SPAN&gt; caption&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"Test"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;&amp;gt;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;&amp;lt;b&lt;/SPAN&gt;uttonPalette refID&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"esri_task_insertMenu"&lt;/SPAN&gt; size&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;"&gt;"middle"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;/&lt;/SPAN&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;group&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;are exactly the same.&amp;nbsp; You can do either.&amp;nbsp; Mostly we use the tag without the insert prefix. Sorry for the confusion.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;re the ids of "esri_task_xxx" vs "esri_tasks_xxx".&amp;nbsp;&amp;nbsp;This was a typo in our source code with respect to consistency.&amp;nbsp; Good pickup.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you define a button / tool / menu / etc.&amp;nbsp; the key attribute is "id".&amp;nbsp; Internally at Esri we use a particular naming convention of "esri_(modulename)_xxx".&amp;nbsp; We&amp;nbsp;recommend a similar pattern for add-in developers of (moduleName)_xxx, but the id string can be anything. The important thing is it must be unique within your module.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any item in groups, tabs, menus&amp;nbsp; etc that use a "refID" attribute&amp;nbsp;must&amp;nbsp;have a corresponding entry in the &amp;lt;controls&amp;gt; section of the &lt;STRONG&gt;combined&lt;/STRONG&gt; ArcGIS Pro daml file that defines that id.&amp;nbsp; &amp;nbsp;In this way, you have the ability to reference any of our Esri daml buttons, tools, menus etc in your add-in not just those defined by you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Narelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:59:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875800#M5425</guid>
      <dc:creator>NarelleChedzey</dc:creator>
      <dc:date>2021-12-12T10:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a multi-level dropdown button to organize and select features?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875801#M5426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was all a major help and it worked out perfectly. Thank you so much for taking the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Derek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2020 02:14:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/can-you-create-a-multi-level-dropdown-button-to/m-p/875801#M5426</guid>
      <dc:creator>DerekSalinas</dc:creator>
      <dc:date>2020-11-07T02:14:47Z</dc:date>
    </item>
  </channel>
</rss>

