<?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 Stacked Combo box and caption in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/stacked-combo-box-and-caption/m-p/1401135#M11295</link>
    <description>&lt;P&gt;Currently, the Pro combo box has the caption showing up side by side with the combo box. In a bid to save space on the addin toolbar, I am looking to have the caption show up stacked with the combo box. Is it possible to do that with the sdk?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/145101"&gt;@CharlesMacleod&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12882"&gt;@Wolf&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9021"&gt;@UmaHarano&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2024 20:12:43 GMT</pubDate>
    <dc:creator>MK13</dc:creator>
    <dc:date>2024-03-26T20:12:43Z</dc:date>
    <item>
      <title>Stacked Combo box and caption</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/stacked-combo-box-and-caption/m-p/1401135#M11295</link>
      <description>&lt;P&gt;Currently, the Pro combo box has the caption showing up side by side with the combo box. In a bid to save space on the addin toolbar, I am looking to have the caption show up stacked with the combo box. Is it possible to do that with the sdk?&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/145101"&gt;@CharlesMacleod&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12882"&gt;@Wolf&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9021"&gt;@UmaHarano&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 20:12:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/stacked-combo-box-and-caption/m-p/1401135#M11295</guid>
      <dc:creator>MK13</dc:creator>
      <dc:date>2024-03-26T20:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Combo box and caption</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/stacked-combo-box-and-caption/m-p/1401184#M11297</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can create CustomControl. Then customize it as you want. For example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;UserControl x:Class="RibbonControls.CustomControl1View"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008"   
             xmlns:ui="clr-namespace:RibbonControls"
             xmlns:extensions="clr-namespace:ArcGIS.Desktop.Extensions;assembly=ArcGIS.Desktop.Extensions"
             mc:Ignorable="d" 
             d:DesignHeight="300" d:DesignWidth="300"
             d:DataContext="{Binding Path=ui.CustomControl1ViewModel}"&amp;gt;
            &amp;lt;UserControl.Resources&amp;gt;
        &amp;lt;ResourceDictionary&amp;gt;
            &amp;lt;ResourceDictionary.MergedDictionaries&amp;gt;
                &amp;lt;extensions:DesignOnlyResourceDictionary Source="pack://application:,,,/ArcGIS.Desktop.Framework;component\Themes\Default.xaml"/&amp;gt;
            &amp;lt;/ResourceDictionary.MergedDictionaries&amp;gt;
        &amp;lt;/ResourceDictionary&amp;gt;
    &amp;lt;/UserControl.Resources&amp;gt;
    &amp;lt;Grid&amp;gt;
        &amp;lt;Grid.RowDefinitions&amp;gt;
            &amp;lt;RowDefinition Height="Auto" /&amp;gt;
            &amp;lt;RowDefinition Height="Auto" /&amp;gt;
        &amp;lt;/Grid.RowDefinitions&amp;gt;
        &amp;lt;Label Content="My Combobox" /&amp;gt;
        &amp;lt;ComboBox Grid.Row="1" /&amp;gt;
    &amp;lt;/Grid&amp;gt;
&amp;lt;/UserControl&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;It will look like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GKmieliauskas_0-1711488807922.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99157iDDF09A37D856B64B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GKmieliauskas_0-1711488807922.png" alt="GKmieliauskas_0-1711488807922.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have modified&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/RibbonControls" target="_self"&gt;RibbonControls&lt;/A&gt; sample&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 21:35:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/stacked-combo-box-and-caption/m-p/1401184#M11297</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-03-26T21:35:07Z</dc:date>
    </item>
  </channel>
</rss>

