<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>
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.