Skip to content
Discussion options

You must be logged in to vote

There are several ways to do this in Blazor.

  1. You can use FluentLayout and remove an element using a simple Razor test @if (ShowNavMenu)
    See examples at https://www.fluentui-blazor.net/Layout
  2. You can use the Splitter and adjust the dimensions of a panel or let the user manage it themselves.
    https://www.fluentui-blazor.net/MultiSplitter

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MarvinKlein1508
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants