-
I would like to add a statusbar at the bottom of my main window in a WPF WTS generated Prism application. I think it would go into the shellwindow.xaml but I do not quite understand the code generated. I was hoping for a Grid where I could add a new Row at the end with a height of around 30px |
Beta Was this translation helpful? Give feedback.
Answered by
mrlacey
Apr 26, 2023
Replies: 1 comment 1 reply
-
You can easily add such a grid. Assuming you're using a HamburgerMenu, you can put it inside the content
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mikebattista
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can easily add such a grid.
Assuming you're using a HamburgerMenu, you can put it inside the content