You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nlogozzo You can easily achieve this starting with version 9.0 by setting VerticalAlignment="Bottom", DockPanel.Dock="Bottom" and if you want to align multiple items at the bottom invert their order (because of how DockPanel works).
I followed issue #896 to align some items to the bottom of the backstage below is my xaml
However it ends up looking like this:
How can i get it so the items stay all the way at the bottom and for the settings page to take up the entire screen. Thanks in advanced
The text was updated successfully, but these errors were encountered: