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

How to pass parameters in navigation #1096

Open
Hykox opened this issue May 21, 2024 · 2 comments
Open

How to pass parameters in navigation #1096

Hykox opened this issue May 21, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Hykox
Copy link

Hykox commented May 21, 2024

Describe the bug

Hello everyone,

It's my code :

NavigationViewItem flowItem = new NavigationViewItem
{
    Content = transmissionFlow.Name,
    Icon = new SymbolIcon
    {
        Symbol = transmissionFlow.IsSender ? SymbolRegular.DocumentArrowUp16 : SymbolRegular.DocumentArrowDown16
    },
    TargetPageType = typeof(TransmissionHistoryView)
};

How it's possible to send parameters to my viewmodel or view at TransmissionHistoryView ?

Thx for helping

To Reproduce

Expected behavior

Screenshots

No response

OS version

Windows 11

.NET version

4.8

WPF-UI NuGet version

last

Additional context

No response

@Hykox Hykox added the bug Something isn't working label May 21, 2024
@m0lDaViA
Copy link
Contributor

If you only need help why you create an issue then?

@m0lDaViA
Copy link
Contributor

@Hykox Is that a question or a bug??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants