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

Custom header height on NavigationPane #260

Closed
WinXaito opened this issue Apr 1, 2022 · 3 comments · Fixed by #281
Closed

Custom header height on NavigationPane #260

WinXaito opened this issue Apr 1, 2022 · 3 comments · Fixed by #281
Labels
enhancement New feature or request

Comments

@WinXaito
Copy link
Collaborator

WinXaito commented Apr 1, 2022

image

I know this is not really conform to microsoft fluent, but I would like to add custom information in top of the NavigationPane.

So do you think there is a possibility to add custom height header ?

@bdlukaa
Copy link
Owner

bdlukaa commented Apr 1, 2022

There is already:

NavigationView(
  pane: NavigationPaneSize(
    topHeight: <your height here>,
  ),
),

@bdlukaa bdlukaa closed this as completed Apr 1, 2022
@WinXaito
Copy link
Collaborator Author

WinXaito commented Apr 1, 2022

My bad. Thanks

@WinXaito
Copy link
Collaborator Author

WinXaito commented Apr 4, 2022

I test and that's not work (topHeight is only used when we have a top navigation)

But I use a left navigation pane:

image

@WinXaito WinXaito reopened this Apr 4, 2022
@bdlukaa bdlukaa added the enhancement New feature or request label Apr 4, 2022
@WinXaito WinXaito linked a pull request Apr 11, 2022 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants