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
#870 - Add .NET 5 and .NET Core 3.1 and remove .NET Core 3.0
Support for .NET Core 3.0 was removed and support for .NET Core 3.1 and .NET 5.0 was added
Increasing ControlzEx dependency version to >= 5
#948 - Minimize button misplaced
Minimize button is moved to the right hand side of it's parent container.
That means custom toolbar items are not moving the button further left anymore.
The following resources were added, renamed or removed ("---" indicates added when in column "Old" and removed when in column "New"):
Click here to show the list of renamed and removed things
#935 - Support MediumIcon (24x24) size in RibbonGroupBox (thanks @nishy2000)
#936 - Add ability to vertically align items in Backstage
You have to set VerticalAlignment="Bottom", DockPanel.Dock="Bottom" and if you want to align multiple items at the bottom invert their order (because of how DockPanel works).
Added automation peers for InRibbonGallery and GalleryItem
Improved keyboard navigation for InRibbonGallery
This discussion was created from the release v9.0.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Breaking changes
Support for .NET Core 3.0 was removed and support for .NET Core 3.1 and .NET 5.0 was added
Minimize button is moved to the right hand side of it's parent container.
That means custom toolbar items are not moving the button further left anymore.
The following resources were added, renamed or removed ("---" indicates added when in column "Old" and removed when in column "New"):
Click here to show the list of renamed and removed things
Bug fixes
Enhancements/Features
You have to set
VerticalAlignment="Bottom"
,DockPanel.Dock="Bottom"
and if you want to align multiple items at the bottom invert their order (because of howDockPanel
works).InRibbonGallery
andGalleryItem
InRibbonGallery
This discussion was created from the release v9.0.0.
Beta Was this translation helpful? Give feedback.
All reactions