Skip to content
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

[Spec] Implement ContentView inside Core #1302

Closed
Tracked by #22
jsuarezruiz opened this issue Jun 14, 2021 · 2 comments · Fixed by #2409
Closed
Tracked by #22

[Spec] Implement ContentView inside Core #1302

jsuarezruiz opened this issue Jun 14, 2021 · 2 comments · Fixed by #2409
Assignees
Labels
fixed-in-6.0.101-preview.10 Look for this fix in 6.0.101-preview.10!

Comments

@jsuarezruiz
Copy link
Contributor

[The feature]

The ContentView class is a type of Layout that contains a single child element and is typically used to create custom, reusable controls.

The ContentView class defines a single property, Content is a View object.

To allow porting libraries and apps to .NET MAUI it is important to have ContentView implementation in Core.

Difficulty : [low]

@PaulAndersonS
Copy link

When will this support will be released?

@mattleibow
Copy link
Member

Just thinking we might actually have this already... In bits. I added a IContentView for the page changes, and this is essentials the same. And, the PageHandler actually takes IContentView since we no longer have IPage.

It might just need a mapping from ContentView to PageHandler

@ghost ghost locked as resolved and limited conversation to collaborators Feb 19, 2022
@samhouts samhouts added the fixed-in-6.0.101-preview.10 Look for this fix in 6.0.101-preview.10! label Jul 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fixed-in-6.0.101-preview.10 Look for this fix in 6.0.101-preview.10!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants