Skip to content

[Testing] Feature matrix UITest Cases for GraphicsView Control #30781

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 8 commits into
base: inflight/current
Choose a base branch
from

Conversation

nivetha-nagalingam
Copy link
Contributor

This pull request introduces a new GraphicsView feature to the application, adding comprehensive support for rendering and interacting with custom graphics. The changes include adding a new GraphicsViewControlPage and GraphicsViewOptionsPage, implementing their respective functionality, and updating the navigation to include the new feature.

GraphicsView Control Implementation:

  • New GraphicsViewControlPage added: Introduced a new page (GraphicsViewControlPage.xaml and GraphicsViewControlPage.xaml.cs) to showcase the GraphicsView control with bindings for properties like Drawable, IsVisible, and IsEnabled. It includes event handlers for interactions such as hover and drag, along with buttons for invalidating the view and clearing events.
  • New GraphicsViewOptionsPage added: Added a configuration page (GraphicsViewOptionsPage.xaml and GraphicsViewOptionsPage.xaml.cs) to allow users to customize the GraphicsView properties, such as drawable type, visibility, enabled state, shadow properties, and dimensions. Includes radio buttons and input fields for user interaction.
  • Navigation update for GraphicsView feature: Updated the CorePageView to include the new GraphicsViewControlPage in the navigation menu, enabling access to the feature from the main application.
  • New GraphicsViewViewModel added: Developed a comprehensive view model to manage GraphicsView properties, including Drawable type, dimensions,, canvas attributes, and shadow.
Screen.Recording.2025-07-23.at.2.09.43.PM.mov

@dotnet-policy-service dotnet-policy-service bot added community ✨ Community Contribution partner/syncfusion Issues / PR's with Syncfusion collaboration labels Jul 23, 2025
@jsuarezruiz
Copy link
Contributor

/azp run MAUI-UITests-public

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@anandhan-rajagopal anandhan-rajagopal added the area-testing Unit tests, device tests label Jul 23, 2025
Copy link
Contributor

@jsuarezruiz jsuarezruiz left a comment

Choose a reason for hiding this comment

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

Pending snapshots already available in the latest build.
image
Could you commit the images?

@nivetha-nagalingam
Copy link
Contributor Author

Pending snapshots already available in the latest build. image Could you commit the images?

@jsuarezruiz , I have added the pending snapshots. Please let me know if any additional changes or validations are needed.

@jsuarezruiz
Copy link
Contributor

/azp run MAUI-UITests-public

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@PureWeen PureWeen changed the base branch from main to inflight/current July 25, 2025 20:35
@PureWeen
Copy link
Member

@nivetha-nagalingam can you we take this out of draft?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-testing Unit tests, device tests community ✨ Community Contribution partner/syncfusion Issues / PR's with Syncfusion collaboration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants