<?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: ArcGIS Pro tab control in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788848#M1410</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;The appearance for the tab control and the indicator has changed. When you run the &lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/CustomCatalog"&gt;Custom Catalog&lt;/A&gt; sample with 2.3, it looks like this (below) - which is different from 2.2.&amp;nbsp; I made no code changes to the 2.2 sample, just ran it in 2.3 to see this. What do you see? Any errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/431129_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2018 15:06:36 GMT</pubDate>
    <dc:creator>UmaHarano</dc:creator>
    <dc:date>2018-12-07T15:06:36Z</dc:date>
    <item>
      <title>ArcGIS Pro tab control</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788839#M1401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to place tab control that should look like standard one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="382577" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/382577_tabs.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a style to apply to TabControl to make it look like ArcGIS Pro one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 17:53:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788839#M1401</guid>
      <dc:creator>MaxMax2</dc:creator>
      <dc:date>2017-11-03T17:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro tab control</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788840#M1402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;I had the same task few months ago. As I know there is no style exposed to public, but you can make it by yourself. This is a listbox with separators and horizontal items placement. You can find some solutions on the internet. After you can tune your solution using WPF inspector or Snoop which lets you to look inside wpf based application UI. You can find font information, triggers and other useful information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be nice to have exposed to public that listbox style for future compatibility.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 07:09:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788840#M1402</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2017-11-06T07:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro tab control</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788841#M1403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gintautas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I've inspected standard controls to see what styles ESRI use, but I hoped they expose this stuff for developers. Also I believe that should be TabControl with custom style instead of just ListBox with buttons with changing of main area on their clicks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 10:51:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788841#M1403</guid>
      <dc:creator>MaxMax2</dc:creator>
      <dc:date>2017-11-06T10:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro tab control</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788842#M1404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought about TabControl too, but WPF inspector shows different:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I send you view of my work results with ListBox:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stackoverflow.com rules ☺&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Gintautas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 11:22:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788842#M1404</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2017-11-06T11:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro tab control</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788843#M1405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I recall there was an old sample on github that had a pane with the listbox panel selector code in it. Here is a link to the old file that had that code, you could try checking out that old branch and seeing it for yourself. I adapted that sample with some changes for my own controls and it did the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/blob/1.4.1.7198/Framework/FontStyles/Dockpane1.xaml"&gt;https://github.com/Esri/arcgis-pro-sdk-community-samples/blob/1.4.1.7198/Framework/FontStyles/Dockpane1.xaml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 04:06:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788843#M1405</guid>
      <dc:creator>DanielRouleau</dc:creator>
      <dc:date>2017-11-10T04:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro tab control</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788844#M1406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I've implemented tab switchers as ListBox with custom items to mimic native ArcGIS Pro control. I hope Pro team will add this and other their controls to API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Nov 2017 14:14:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788844#M1406</guid>
      <dc:creator>MaxMax2</dc:creator>
      <dc:date>2017-11-18T14:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro tab control</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788845#M1407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;SPAN&gt;I've implemented tab switchers as ListBox with custom items using WPF Snoop to inspect ESRI styling.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Nov 2017 14:15:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788845#M1407</guid>
      <dc:creator>MaxMax2</dc:creator>
      <dc:date>2017-11-18T14:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro tab control</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788846#M1408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the ArcGIS Pro 2.2 release (to be released soon), a new ListBox style will be available that can be used to create the text items with the separators in between.&amp;nbsp; You will be able to use this to get the same UI design as the Catalog pane in Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/410028_tabs.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2018 23:14:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788846#M1408</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2018-05-25T23:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro tab control</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788847#M1409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uma,&lt;/P&gt;&lt;P&gt;I&amp;nbsp;am testing ArcGIS Pro 2.3 Beta and new style does not work on it. It worked fine In previous version (2.2) Are changes in using new Esri_ListBoxPanelIndicator style?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2018 12:07:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788847#M1409</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2018-12-07T12:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro tab control</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788848#M1410</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;The appearance for the tab control and the indicator has changed. When you run the &lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/CustomCatalog"&gt;Custom Catalog&lt;/A&gt; sample with 2.3, it looks like this (below) - which is different from 2.2.&amp;nbsp; I made no code changes to the 2.2 sample, just ran it in 2.3 to see this. What do you see? Any errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/431129_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2018 15:06:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788848#M1410</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2018-12-07T15:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro tab control</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788849#M1411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uma,&lt;/P&gt;&lt;P&gt;Thanks for reply. &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;Custom Catalog sample works like in your picture. I see that there is no vertical separator. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have used my own usercontrol before 2.2 version. I have changed only my style to &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Esri_ListBoxPanelIndicator style&lt;/SPAN&gt; in version 2.2 and it works fine. In 2.2 tabcontrol worked with simple IEnumerable which contained my own objects with tab information. As I understand it works now with List of TabControl items only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2018 07:41:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/788849#M1411</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2018-12-10T07:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro tab control</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/1223569#M8930</link>
      <description>&lt;P&gt;Can anyone tell me how to configure the Esri_ListBoxPanelIndicator in 2.9 to show the list of tabs when the ellipsis button is clicked?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 20:37:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/arcgis-pro-tab-control/m-p/1223569#M8930</guid>
      <dc:creator>GeorgeLaudenbach</dc:creator>
      <dc:date>2022-10-19T20:37:39Z</dc:date>
    </item>
  </channel>
</rss>

