Skip to content
Discussion options

You must be logged in to vote

I believe your design is achievable by using the fluent UI library:

  1. Use NavigationAppBar() in navigation view to achieve the top app bar
  2. Use NavigationPane() in navigation view to achieve (1) Left Panel
  3. In the NavigationBody, Use ListTile.selectable in ListView to achieve (2) Middle Panel
  4. As the variable of selectedIndex of the list view changes, return the corresponding widget from your static List[selectedIndex], to achieve (3) Right Panel

You can see more info from the example app about each widget mentioned here.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@BGriffy78
Comment options

@BGriffy78
Comment options

Answer selected by bdlukaa
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