Skip to content

Conversation

@praveenaak
Copy link
Collaborator

Description

New Sample for Filter Building Scene Layer in Layers Category

Type of change

  • New sample implementation

Platforms tested on

  • WPF
  • WinUI
  • MAUI WinUI
  • MAUI Android
  • MAUI iOS
  • MAUI MacCatalyst

Checklist

  • Self-review of changes
  • All changes work as expected on all affected platforms
  • There are no warnings related to changes
  • Code is commented and follows .NET conventions and standards
  • Codemaid and XAML styler extensions have been run on every changed file
  • No unrelated changes have been made to any other code or project files
  • Screenshots are correct size and display in description tab (800 x 600 on Windows, MAUI mobile platforms use the MAUI Windows screenshot)

Style="{DynamicResource EsriSampleControlPanel}"
VerticalOptions="Start"
WidthRequest="320">
<Border.HorizontalOptions>
Copy link
Collaborator

@imalcolm1 imalcolm1 Dec 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seem to be issues when starting in vertical layout and rotating the device to horizontal.

This is what it looks like on Android. On iOS the bar on the right does not remain, but the panel is still centered rather than right aligned as seems to be the intended behavior.
Screenshot_20251204-151950

Comment on lines +76 to +77
// Listen for taps on the scene view to identify features.
MySceneView.GeoViewTapped += MySceneView_GeoViewTapped;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may as well put this inside the null check if block. Applies to all platforms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants