``` ``` public MainWindow() { InitializeComponent(); this.Loaded += (sender, args) => { // Remove the MapView from the Layout GridLayout.Children.Remove(MyMapView); MyMapView.Width = MyMapView.Height = 300; // Add the MapView to a Fixed Page var fixedPage = new FixedPage { Width = 300, Height = 300 }; fixedPage.Children.Add(MyMapView); GridLayout.Children.Remove(listBox); listBox.Width = listBox.Height = 300; fixedPage.Children.Add(listBox); // Add the FixedPage to the PageContent var pageContent = new PageContent { Child = fixedPage }; // Add the PageContent to the FixedDocument MyFixedDocument.Pages.Add(pageContent); }; } ```"/>
Erro
Número de ID do Erro | BUG-000092761 |
---|---|
Enviado | December 5, 2015 |
Última Modificação | June 5, 2024 |
Aplica-se à | ArcGIS Runtime SDK |
Versão encontrada | 10.2.5 |
Sistema Operacional | Windows OS |
Versão do Sistema Operacional | 7.0 64 Bit |
Status | Non-Reproducible |
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri