<?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: Custom Ribbon Button Drop Down in Add-in in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031266#M6280</link>
    <description>&lt;P&gt;Ahh, seems straight forward now.&amp;nbsp; Appreciate it!&lt;/P&gt;</description>
    <pubDate>Sat, 27 Feb 2021 05:43:49 GMT</pubDate>
    <dc:creator>JoeMadrigal</dc:creator>
    <dc:date>2021-02-27T05:43:49Z</dc:date>
    <item>
      <title>Custom Ribbon Button Drop Down in Add-in</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031185#M6275</link>
      <description>&lt;P&gt;I'm looking to create my own custom menu from a button drop down like the "Download Map" on the standard Pro Map tab:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoeMadrigal_0-1614377784122.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/7109i417953704E616BDD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoeMadrigal_0-1614377784122.png" alt="JoeMadrigal_0-1614377784122.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this in the Pro SDK?&amp;nbsp; Perhaps using a supplied XAML template inside a button splitter or palette control?&amp;nbsp; I looked through the samples and don't seem to find anything. Maybe its not possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 22:23:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031185#M6275</guid>
      <dc:creator>JoeMadrigal</dc:creator>
      <dc:date>2021-02-26T22:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ribbon Button Drop Down in Add-in</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031199#M6276</link>
      <description>&lt;P&gt;Did you try putting a CustomControl inside a SplitButton?&lt;/P&gt;&lt;P&gt;See page 6 here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://proceedings.esri.com/library/userconf/devsummit-euro16/papers/devsummit-euro_30.pdf" target="_blank" rel="noopener"&gt;https://proceedings.esri.com/library/userconf/devsummit-euro16/papers/devsummit-euro_30.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 22:36:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031199#M6276</guid>
      <dc:creator>KirkKuykendall1</dc:creator>
      <dc:date>2021-02-26T22:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ribbon Button Drop Down in Add-in</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031227#M6277</link>
      <description>&lt;P&gt;Haven't tried that yet since there is little documentation on custom controls that I can see.&amp;nbsp; I just added the custom control to my project now.&amp;nbsp; I just have to figure out how to add it to the split button (I assume in place of any of the buttons perhaps?).&amp;nbsp; Thanks for the presentation.&amp;nbsp; Just wish I can see their demos for the details &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Feb 2021 00:29:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031227#M6277</guid>
      <dc:creator>JoeMadrigal</dc:creator>
      <dc:date>2021-02-27T00:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ribbon Button Drop Down in Add-in</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031240#M6279</link>
      <description>&lt;P&gt;Yeah, the documentation is pretty sparse.&amp;nbsp; This works for me, but when I check/uncheck the checkbox on my control, it closes.&amp;nbsp; With Esri's download map control, it stays open when do the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KirkKuykendall1_0-1614388096812.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/7130i89C3FE17FF29ADB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KirkKuykendall1_0-1614388096812.png" alt="KirkKuykendall1_0-1614388096812.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;XAML:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KirkKuykendall1_1-1614388181715.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/7131iCE06939A8EF14F04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KirkKuykendall1_1-1614388181715.png" alt="KirkKuykendall1_1-1614388181715.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;DAML:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KirkKuykendall1_2-1614388256318.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/7132i2CC4E2E945946F8F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KirkKuykendall1_2-1614388256318.png" alt="KirkKuykendall1_2-1614388256318.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Feb 2021 01:13:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031240#M6279</guid>
      <dc:creator>KirkKuykendall1</dc:creator>
      <dc:date>2021-02-27T01:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ribbon Button Drop Down in Add-in</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031266#M6280</link>
      <description>&lt;P&gt;Ahh, seems straight forward now.&amp;nbsp; Appreciate it!&lt;/P&gt;</description>
      <pubDate>Sat, 27 Feb 2021 05:43:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031266#M6280</guid>
      <dc:creator>JoeMadrigal</dc:creator>
      <dc:date>2021-02-27T05:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ribbon Button Drop Down in Add-in</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031267#M6281</link>
      <description>&lt;P&gt;Checkbox issue might be frustrating, I'll play with it.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Feb 2021 05:46:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031267#M6281</guid>
      <dc:creator>JoeMadrigal</dc:creator>
      <dc:date>2021-02-27T05:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ribbon Button Drop Down in Add-in</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031600#M6285</link>
      <description>&lt;P&gt;looking in the ADMapping.daml I see this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;customControl id="esri_mapping_downloadMap" caption="Download Map" className="ArcGIS.Desktop.Internal.Mapping.Ribbon.DownloadMap" disableIfBusy="true" showHelp="true" staysOpenOnClick="true" isDropDown="true"
                      ...&amp;gt;
          &amp;lt;content className="ArcGIS.Desktop.Internal.Mapping.Ribbon.DownloadMapControl" /&amp;gt;
          ...
&amp;lt;/customControl&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note the staysOpenOnClick and IsDropDown attributes. I think those are what you are after.&lt;/P&gt;&lt;P&gt;You can find the ADMapping.daml here: &amp;lt;your Pro install location&amp;gt;/bin/Extensions/Mapping&lt;/P&gt;&lt;P&gt;and here:&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/DAML-ID-Reference-ADMapping.daml" target="_self"&gt;https://github.com/Esri/arcgis-pro-sdk/wiki/DAML-ID-Reference-ADMapping.daml&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 18:42:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031600#M6285</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2021-03-01T18:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ribbon Button Drop Down in Add-in</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031681#M6287</link>
      <description>&lt;P&gt;Ok, this is what I learned.&amp;nbsp; If I host the custom control via splitbutton, then the staysOpenOnClick has no affect.&amp;nbsp; If I put the custom control directly in the tab group, then it works as long as you also set the isDropDown to true.&amp;nbsp; Thanks &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/145101"&gt;@CharlesMacleod&lt;/a&gt;&amp;nbsp; for the hint and link.&amp;nbsp; This is exactly what they are doing in the download map custom control!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 21:24:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1031681#M6287</guid>
      <dc:creator>JoeMadrigal</dc:creator>
      <dc:date>2021-03-01T21:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Ribbon Button Drop Down in Add-in</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1165034#M8036</link>
      <description>&lt;P data-unlink="true"&gt;This works for me as well, but when I check/uncheck the checkbox on my control, it closes.&amp;nbsp;&amp;nbsp; With Esri's download map control, it stays open when do the same.&amp;nbsp;If I put the custom control directly in the tab group, then it works as long as you also set the isDropDown to true.&lt;/P&gt;&lt;P data-unlink="true"&gt;My Project - &lt;A href="https://ntpropertycare.com/high-rise-window-cleaning/" target="_self"&gt;https://ntpropertycare.com/high-rise-window-cleaning/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 12:02:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/custom-ribbon-button-drop-down-in-add-in/m-p/1165034#M8036</guid>
      <dc:creator>danielkebbe</dc:creator>
      <dc:date>2024-06-14T12:02:18Z</dc:date>
    </item>
  </channel>
</rss>

