Hi, I have created a Pane for displaying data in a Table just as follows.
<pane id="MarktAnalystPro_Modules_Planning_StatisticZonesTable" caption="Zonenstatistiken" className="MarktAnalystPro.Modules.Planning.StatisticZonesTableViewModel" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericButtonGreen16.png" defaultTab="esri_mapping_homeTab" defaultTool="esri_mapping_navigateTool" >
<content className="MarktAnalystPro.Modules.Planning.StatisticZonesTableView" />
</pane>
The pane I have created behaves like a map and everytime the user makes this pane active, 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 "esri_mapping_homeTab" or "esri_mapping_navigateTool".
Thanks in advance, Eloy