HI,
I am using ArgGis Pro 3.2.2 and my data is in a .gpkg file.
Zooming on the layer works when I add it from manualy(drag and drop form Catalog).
If I do it in my c# code using the CreateLayer, it doesn't work.
EX:
LayerFactory.Instance.CreateLayer(new Uri("C:\Temp\data.gpkg\Name"), map, map.Layers.Count, "name");
Tommy