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

Shellview support #855

Open
vb2ae opened this issue Apr 22, 2023 · 0 comments
Open

Shellview support #855

vb2ae opened this issue Apr 22, 2023 · 0 comments

Comments

@vb2ae
Copy link
Member

vb2ae commented Apr 22, 2023

          Hi, Caliburn.Micro was using for my enterprise app in WPF so I'm using Caliburn.Micro.Maui for migration and with the setup it's works good. But I'm trying to do the ShellView like [the tutorial for WPF ](https://caliburnmicro.com/documentation/Tutorials/WPF/ShellView)  . However with Window it does not work and causes a bug. [Window](https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/windows?view=net-maui-7.0) seems to work with C# code and with Xaml there is no example.
<?xml version="1.0" encoding="utf-8" ?>
<Window xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             x:Class="Formation.Views.ShellView"
             Title="ShellView">

    <!--With WPF-->
    <!--<Grid>
        <ContentControl x:Name="ActiveItem" Margin="20"/>
    </Grid>-->

    <ContentPage x:Name="ActiveItem"></ContentPage>

</Window>

Do you know how to make it work with the ShellView or maybe it's not yet implemented for MAUI. Otherwise how to change view with another page?

Originally posted by @Ryovenly in #831 (comment)

@vb2ae vb2ae changed the title She’ll view support Shellview support Apr 22, 2023
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

No branches or pull requests

1 participant