Skip to content

Commit efe89bb

Browse files
committed
toggle settings panel visibility
1 parent ef9ba4e commit efe89bb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/MAUI/Maui.Samples/Samples/Layers/FilterBuildingSceneLayer/FilterBuildingSceneLayer.xaml.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ private async Task Initialize()
7373
PopulateFloorPicker();
7474
PopulateCategoryControls();
7575

76+
// Toggle visiibility after content load
77+
SettingsPanel.IsVisible = false;
78+
SettingsPanel.IsVisible = true;
79+
7680
// Listen for taps on the scene view to identify features.
7781
MySceneView.GeoViewTapped += MySceneView_GeoViewTapped;
7882
}

0 commit comments

Comments
 (0)