<Window x:Class="TestMapScrollViewerIssue.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:esri="http://schemas.esri.com/arcgis/client/2009" Title="MainWindow" Height="350" Width="525"> <Grid> <ScrollViewer VerticalScrollBarVisibility="Auto" Height="400" Grid.Row="1" Background="White"> <!-- Map Control--> <esri:Map x:Name="_mapControl" UseAcceleratedDisplay="False"> <!-- * Tiled Basemap Layer(s) * --> <!-- ArcGIS Online Tiled Basemap Layer --> <esri:ArcGISTiledMapServiceLayer ID="arcGISTiledMapServiceLayer" Url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" /> </esri:Map> </ScrollViewer> </Grid> </Window>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.