Releases: MahApps/MahApps.Metro
MahApps.Metro 1.2.1
MahApps.Metro 1.2.0
Features / Changes
- The Glow (window) should not be clickable #1829
- Add a tooltip text converter to
RangeSlider
for lower and upper value tooltip #1833 (@alkalinee) - Changable Margin of ContentPresenter in
MetroListBoxItem
#1892 (@ye4241) - LoginDialog Password preview feature #1873 #1546 (@bitbeans, @djengineerllc)
WaitUntilUnloadedAsync
for custom dialogs #1910 #1910 (@IsNull)- New
Culture
dependency property forNumericUpDown
#1874 (@panastas91) WindowCommands
height span now the entire height of the title bar #1902 (@Dotnetifier)- Add support for initial password in login dialog #1915 (@Stoom)
- The
FontSize
in Dialogs is now changeable #1941 - Add mechanism for easy access of a dialog from a view model #1943 (@ButchersBoy)
- Use attached property in Window XAML:
Dialog:DialogParticipation.Register="{Binding}"
- And then
IDialogCoordinator
/DialogCoordinator.Instance
to launch dialogs from inside a VM - See: http://dragablz.net/2015/05/29/using-mahapps-dialog-boxes-in-a-mvvm-setup/
- Use attached property in Window XAML:
ToggleSwitch
improvements and fixes #1945- new dependency property
ToggleSwitchButtonStyle
and style keyMetroToggleSwitchButton
BorderThickness
andBorderBrush
for toggle button style now customizable- new font keys
ToggleSwitchFontFamily
andToggleSwitchHeaderFontFamily
ToggleSwitchFontSize
andToggleSwitchHeaderFontSize
- new dependency properties to change brushes
OnSwitchBrush
andOffSwitchBrush
ThumbIndicatorBrush
andThumbIndicatorDisabledBrush
- new dependency property
ThumbIndicatorWidth
Validation.ErrorTemplate
support #1917- Keyboard focus if the
ToggleSwitch
itself or the toggle button was clicked - Fixed on/off label binding issue #1867
- introduce commands for mvvm usage #1464
CheckChangedCommand
,CheckedCommand
andUnCheckedCommand
CheckChangedCommandParameter
,CheckedCommandParameter
andUnCheckedCommandParameter
- new dependency property
- New
ComboBoxHelper
attached propertiesMaxLength
andCharacterCasing
#1949 #1948 - DropDownButton improvements #1952 #1574
- new
ButtonStyle
dependency property and new style keyButtonDropDownStyle
for the default - new
ArrowBrush
andArrowVisibility
dependency properties - fix alignement and margins, better focus handling
- new
MenuStyle
dependency property - new
IconTemplate
dependency property
- new
- Watermark on
ComboBox
whereIsEditable="False"
#1958 #1953 - New
SelectAllOnFocus
dependency property forNumericUpDown
(with default to true like ComboBox does) - Possiblity to define the width of the
NumericUpDown
up and down buttons #1962 (@Prophetebe) - SplitButton improvements #1977
- new
ButtonStyle
,ButtonArrowStyle
dependency properties and new style keysButtonSplitStyle
,ButtonSplitArrowStyle
- new
ArrowBrush
andArrowVisibility
dependency properties - fix alignement and margins, better focus handling
- new
ListBoxStyle
dependency property - new
IconTemplate
dependency property
- new
- Set AssemblyCompany to
MahApps
#1985 (@DaCheeseMan) - Expander improvements #1988
- Styling fixes (margin, padding, border thickness)
- new
ExpanderHelper
with- 4 new attached dependency properties
HeaderUpStyle
,HeaderDownStyle
andHeaderLeftStyle
,HeaderRightStyle
. So it's now possible to create your own header toggle styles without rewriting theExpander
style.
- 4 new attached dependency properties
- Better handling with
BorderThickness
property, theExpander
uses now the new value converterThicknessBindingConverter
, so setting theBorderThickness
is much better than before. - Click on Expander header support #1291 (just do the default expander behavior)
- For
GroupBox
- Styling fixes (margin, padding, border thickness)
- Better handling with
BorderThickness
property.
- Support for multiple dialogs #1974
- Improved
DataGrid
row and cell color styling #2004 - New attached dependency property
DisabledVisualElementVisibility
forTextBox
,PasswordBox
,RichTextBox
andNumericUpDown
, this makes it easier to hide this element if we don't want/need it in special cases (inside other controls or using in a DataGrid). - Add Minimum, Maximum properties to
ProgressDialogController
#2013 #1702 - New
ButtonsAlignment
(attached) property to have possibility to setNumericUpDown
(TextBox
) buttons on the left side #2024 (@QuantumDeveloper) - Support for
CancellationToken
to cancel dialogs #2022 #2018 (@thoemmi) - Changed default value of
ProgressRing.IsActive
totrue
#2029 MetroDialogs
fixes and changes #2032 #1149DialogSettings
property is now public- New property
CustomResourceDictionary
forDialogSettings
- New virtual method
OnLoaded
TreeView
style enhancements #2041- fix some styling issues and enable virtualization
- introduce
VirtualisedMetroTreeView
- SelectAllOnFocus for input and login dialogs #1750
- New
MetroValidationPopup
style and newCloseOnMouseLeftButtonDown
dependency property #2058 #1469 - Progress bar in
ProgressDialog
is not set to Indetermined by default anymore, must be set explicitly by callingProgressDialogController.SetIndeterminate()
#2097 - Added
Closed
event toProgressDialogController
#2097 - Catch
ConfigurationErrorsException
if the user.config file is corrupt #2112 (@Remolutionary) - Only apply SizeToContent workaround when necessary #2116 (@tgjones)
Canceled
event (andIsCanceled
property) forProgressDialogController
#2150 (@bigworld12)- New attached property
Controls:ControlsHelper.ContentCharacterCasing
for ContentControl, DropDownButton and in the future for WindowCommands- Fixes #1701: DropdownButton with all UpperCase label
- Remove
PreserveTextCase
attached property from ControlsHelper (it was introduced in alpha version) - Mark ButtonHelper
PreserveTextCase
attached property as obsolete - Use
ContentCharacterCasing
forMetroDataGridColumnHeader
andMetroGridViewColumnHeader
too
- Dynamic theme for window commands #2152 (@crumbl3d)
- Fixed WindowCommandsItem visibility #2175
StatusBar
's background color now matches the title bar #2173 #2174 (@thoemmi)- Change
Slider
value on MouseWheel event. #2171 (@xxMUROxx) - New
MetroThumb
in order to be better in Touch environment #1853 (@ycaoyang) NumericUpDown
with Integer only option #2065 (@feinstein)CornerRadius
forComboBox
#2207- Font related dependency properties for
DataGridNumericUpDownColumn
#2205- FontFamily, FontSize, FontStyle, FontWeight
- Foreground, which will override the
DataCell
foreground inheritence
- New
ContentControlEx
to reduce some boilerplate XAML code- Used for all possible
ContentCharacterCasing
usage (Button
,GroupBox
,Expander
,ListView
columns,DataGrid
columns,DropDownButton
,SplitButton
,WindowCommands
,TabItem
)
- Used for all possible
- Copy command for the message text in
MessageDialog
#2223 (@akinyooa) - New option to hide username on
LoginDialog
#2230 (@mgnslndh) - Use a
Thumb
for Window DragMove #2226 ComboBox
style respects textbox helper button content property #2264 (@ButchersBoy)- Show
Tile
as disabled #2263 #2262 (@xxMUROxx) - New dependency property
CloseButtonIsCancel
forFlyout
close button #2256 (@BlythMeister) - New property
DefaultButtonFocus
for default focused button in MessageDialog #2265 (@BlythMeister) UseFloatingWatermark
forNumericUpDown
#2202 #2245 (@xxMUROxx)- Set Opacity to .55 if
SplitButton
/DropDownButton
is disabled #2272 (@p76984275)
Bugfixes
- Fixed resizing cursors #1830
- Fixed external dialog flickering #1845 #1859
- Fixed a
MetroProgressBar
performance issue #1855 #1860 (@zandrei007) - Fixed Win32Exception
Invalid window handle
thrown whenIgnoreTaskbarOnMaximize
bound to a true value #1880 #1883 - Fixed flickering glow window borders (on resizing) #1864
- Fixed exception in Visual Studio Designer with CustomDialog #1850 (@marcpiechura)
- Fixed
NumericUpDown
IsReadonly
issue #1840 (@xxMUROxx) - Fixed
ThemeManager
issue if resource source case inApp.xaml
does not match #1759 (@Sickboy) - Fixed validation popup location flicker #1925 #1922
- Fixed fullscreen using window
FlowDirection="RightToLeft"
#1927 #1924 - Fixed possible
System.NullReferenceException
forHandleTheme
inBaseMetroDialog
#1933 #1931 - Fixed blurred arrows in
TreeView
#1934 #1907 - Fixed ResizeGrip usage by setting the WindowChrome ResizeGripDirection #1937 #1832
- Fixed wrong overlapping window button commands with
ShowInTaskbar=False
#1940 #1912 - Fixed
IsReadOnly
usage/binding forNumericUpDown
(andTextBox
...) #1942 #1914 - Fixed
ToggleSwitch
validation shows red border but doesn't show error text #1917 #1945 - Fixed MVVM Binding for
OnLabel
/OffLabel
atToggleSwitch
#1867 #1945 - Fixed focus problem with
NumericUpDown
#1903 #1959 - Fixed JIT Compiler encountered an internal limitation #1919 #1971
- Fixed access keys in
CheckBox
,RadioButton
, andGroupBox
#1979 - Fixed close Message dialog when pressing Enter or Esc #1976 #1980
- Fixed creating a Task instance doesn't execute it #1997 (@thoemmi)
- Fixed possible System.OverflowException with IntPtr.ToInt32() on Win 8 or Win Server 2012 #1993 #1996
- Fixed show/hide overlay only when first dialog is shown or last dialog was closed #1998
- Fixed NumericUpDown for runtime changes to StringFormat and Culture properties #2001
- Fixed
DataGrid
row conditional foreground #1939 (@spaccabit) - Fixed overriding
DataGridRow
style (e.g. row selection) #1876, #1492, #1243, #809 - Fixed
DataGridNumericUpDownColumn
styling #1878 - Fixed missing
DataGridRow
validation #1930 - Fixed System.Windows.Media.Animation warnings with
MetroProgressBar
#2012 - Fixed an issue with
RangeSlider
with binding and values between ticks #2006 (@drayde) - Fixed
ScrollBarHelper.VerticalScrollBarOnLeftSide
usage #2025 - Fixed not updating
Pivot
's...
MahApps.Metro 1.1.2
Notes
This is a bug fix release of MahApps.Metro.
Bugfixes / Changes
- Added alignment properties for
MetroDataGridRowHeader
style #1819 - Fixed Gripper for
MetroDataGridRowHeader
style #1822 - Fixed runtime change of
IgnoreTaskbarOnMaximize
with a maximized window (there was a bug with the frame) #1823 (39a7e05) - Fixed upgrading the
WindowPlacementSettings
on version change #1787 #1736 (ada352b) - Fixed a painting issue of the entire window and the maximize action (5ae97f9)
- Fixed another
Topmost
bug: Window is going behind other windows on program start #1251 (6b0a8fa) - Fixed brief flashing window when launched (e.g. from the explorer) #1781 (4b42fe0)
MahApps.Metro 1.1.1
MahApps.Metro 1.1.0
Notes
This is a bug fix and fetaure release of MahApps.Metro.
Features
- It's now possible to get an opened dialog from a MetroWindow #1739
- Allow the user to disable the window dragging #1669
- Dialogs can now use the
ColorScheme = MetroDialogColorScheme.Inverted
- Add
MouseOverGlowEnabled
toFlipView
- Back/Forward Buttons now enabled/disabled instead visible/or not
AreAnimationsEnabled
property forFlyout
to show theFlyout
directly or with animationMaximumBodyHeight
forMetroDialogSettings
, so we can get aScrollViewer
for tall dialog contentIsMinButtonEnabled
,IsMaxRestoreButtonEnabled
andIsCloseButtonEnabled
to enable/disable the window buttons atWindowButtonCommands
@romerod #1562IdealForegroundDisabledBrush
to set the foreground for disabled window buttons atWindowButtonCommands
#1581MetroWindow
animates now on minimize/maximize/restore window action (limited by ignoring the taskbar) #1756- It's now possible to put the MahApps styles only in a window and the main app will remain unaffected (all buttons and commands will be styled as good as well.) #1777
- The underline position is based on
TabstripPlacement
property ofTabControl
. (ControlsHelper.IsUnderlined
) #1737 #1478 - It's now possible to upgrade the
WindowPlacementSettings
on version change (minor breaking change) #1787 #1736 - New property
ShowSeparators
for WindowCommands, so it's possible to hide theWindowCommands
seperators MetroTabItem
now supports theTabControlHelper.IsUnderlined
attached property #1795 #1796- Flyout focus enhancement #1805
It's now possible to setFocusedElement
andAllowFocusElement
to enable focusing mechanism- If
AllowFocusElement
is set toTrue
theFlyout
tries to focus the first focusable element, if there is no focusable element, it tries to focus an element in the header section. - If
FocusedElement
is set theFlyout
focus this element.
- If
- Better default CapsLock icon for
PasswordBox
SHA - Add a callback for
ShowIconOnTitleBar
#1810, so we can hide the icon e.g. after window is loaded #1688 - New
CornerRadiuis
property forMetroButton
andToggleButton
style SHA, SHA, SHA
Changes
- Simplify styles (backwards-compatible changes and fixes, e.g. disabled style) for
PasswordBox
,TextBox
,DatePicker
,CheckBox
,RadioButton
,SquareButton
,MetroButton
,ToggleButton
,ComboBox
,ComboBoxItem
- Use
IdealForegroundColor
forAccentSelectedColorBrush
(for better results inListBox
,ListView
,DataGrid
andComboBox
)
Bugfixes
- Fixed maximize button path only displays partially when using SaveWindowPosition #1580 #1693
- Fixed background of ComboBox #1713
- Use
UseLayoutRounding
forMetroWindow
for better pixel stuff SHA - Fixed ideal foreground for some color styles #1748
- Fixed disabled window buttons foreground (and add
IdealForegroundDisabledBrush
to handle this) #1581 - Fixed wrong max/restore button tool tip when maximized SHA
- Fixed wrong window size while moving maximized window between monitors #1275
- Fixed the cursor of the button in the
ProgressDialog
#1763 - Fixed text wrapping for MessageDialog Message #1776 #1766
- Fixed missing behavior when toggle
UseNoneWindowStyle
SHA - Fixed foreground color of WindowComands and WindowButtonCommands #1788 #1503
- Fixed PasswordBox with
ClearTextButton
doesnt show the button #1718 - Fixed wrong text for buttons in dialogs (it's now preserve by default) #1793 #1755
- Fixed usage of ClearTextButton: Subscribe to clear button even if control is already loaded. #1764 #1797
- Fixed SplitButton SelectedIndex and SelectedItem (binds now two way by default) #1798
- Fixed losing Window shadow [EnableDWMDropShadow] #1791 #1799
- Fixed alignment of decrement button on vertical scrollbars #1800
- Fixed non working button click action with
TextboxHelper.ClearTextButton="True"
after visibilty change #1268 #1809 - Fixed CaretBrush after theme changed for
PasswordBox
SHA andDatePicker
SHA - Fixed disabled
ComboBox
style (looks now like other controls) SHA - Fixed disabled
DatePicker
style and wrong showing watermark SHA - Fixed wrong WindowPlacement saving with Border snaps #1811 #1814
- Fixed color disappearing for DataGrid selection #1728 #1816
- Fixed FocusVisualStyle in Flyouts (surround Flyout content with AdornerDecorator) SHA
MahApps.Metro 1.0.0
Notes
This is the first stable release of MahApps.Metro.
We removed everything marked as obsolete and made some API changes, but from now on MahApps.Metro follows Semantic Versioning, at least API wise. Please note that minor visual changes can still occur if there's a need for them.
A migration guide for the breaking changes is available here: https://github.com/MahApps/MahApps.Metro/blob/master/docs/v1.0-Migration-Guide.md
Features
- Added a StatusBar and StatusBarItem style #1558
- Added the
TitleVisibility
andCloseButtonVisibility
properties to the flyouts to control the visibility of the header. - Added the
ButtonHelper.PreserveTextCase
attached property to control the automatic upper and lower casing of certain buttons. #1622 - If an .ico file contains multiple icon sizes,
MetroWindow
now automatically selects the optimal icon size. #1242 #1628 ShowMetroDialogAsync
now acceptsMetroDialogSettings
as argument so custom dialogs derived from theCustomDialog
class can have a fade-in and fade-out animation- The
ToggleSwitch
control can now be dragged with the mouse to change the enabled state #1652 #1595 - The
CleanWindow
's close button now has a red background when hovering with the mouse.
Changes
- The
IsOpenChangedEvent
of theFlyout
control is now a routed event - The animation of the
Flyout
control matches the Windows 8 flyout behavior more closely #1460 - Changed the event names of the 'NumericUpDown' control control #1518
- Split up the
ControlsHelper
class into multiple more granular helper classes #1520 #1582 SimpleDialog
has been renamed toCustomDialog
#1613BaseMetroDialog
now inherits fromContentControl
instead ofControl
.
TheDialogBody
property has effectively been replaced by theContent
property. #1615- All elements in the titlebar now use the
IdealForegroundBrush
for a better contrast to the accent color. #1611 - The text in dialog buttons isn't lowercase by default anymore.
- Eliminated the need to pass the owning
BaseMetroTabControl
toMetroTabItem
#1624 TextBoxHelper
is now written with an uppercaseB
to matchTextBox
.
Bugfixes
- Fixed the
TabItem
close button requiring MahApps.Metro.Resources #1524 - Fixed the ClearType partially not working #1537
- Fixed flyouts closing when clicking on a formatting element #1487 #1508
- Fixed potential deadlocks when unloading the AppDomain #1584
- Fixed bad Combobox behaviour (Popup dropdown height) with new items #1521
- Fixed not showing window commands and buttons if a flyout is open by default #1627
- Fixed closing a tab doesn't work under specific circumstances #1639
- Fixed the
ToggleSwitch
control not respecting the height and width properties. #1652 #1466 - Fixed
MetroProgressBar
System.Windows.Media.Animation Warning 6 #1664 - Fixed opening animation of dynamically created flyouts #1665 #1655
- Fixed
WindowSettings
SaveWindowPosition saves to position 0,0 if window not shown #1671 #1672 - Fixed memory leak and exception with dynamically created Flyouts (mostly happens with Caliburn) #1681
- Fixed the focus border not showing up for message dialog buttons #1679 #1684
- Fixed the automatic focus for dialogs #1679 #1684
- Fixed blurry contextmenu/menu and menu items #1674 #1685
MahApps.Metro 0.14
Notes
We're nearly ready to release version 1.0 of MahApps.Metro, so this may be the last unstable release.
There are no known breaking changes in this release, but we had to deprecate some things, particularly around the titlebar overlay behavior.
Please note that everything that is know deprecated will be removed in the 1.0 release, so you should prepare your applications soon.
Since we're following semantic versioning, we promise to not break anything from version 1.0 to 2.0.
Features
MetroWindow now indicates whether it's active or not
The MetroWindow
now has the NonActiveWindowTitleBrush
property that sets the window brush for an inactive window.
See PR #1320
Fine grained control over the titlebar element overlay behavior
The overlay behavior of the elements of the window titlebar can now be controlled individually.
There are is now an enum with four values:
Never
OverlayFlyout
OverlayHiddenTitleBar
Always
For more info, see PR #1427.
Underlined TabControl
Added the attached property ControlsHelper.IsUnderlined="True"
for the TabControl
control that adds an underline.
See PR #1425 for reference.
Custom ScrollBar width and height
The default ScrollBar width and height can now be set manually.
See PR #1387for more infos.
Direct FlatButton style
Previously you had to include the FlatButton
resource dictionary to add a FlatButton
.
Now you can just set it at style of a button.
MetroWindow icon EdgeMode
It is now possible to set the EdgeMode
of the window icon.
Changes
- The
DropDownButton
now works less like aSplitButton
#1442 #1459 - Made a disabled Textbox, RichTextbox and PasswordBox a bit more visible #1410 #1420
Fixes
- Don't focus window titlebar elements #1472 #1475
- Fixed selection with SelectionUnit=CellOrRowHeader #1452
- Fixed treeview style to allow custom styling #1444 #1450
- Fixed the
Flyout
control opening again when clicking on a control under the overlay #1411 #1428 - Better coloring for blackout days #1133 #1426
- Fixed the MetroWindow GlowBrush remaining visible when hiding window #1422 #1403 #1424
- Enable text wrapping in ToggleSwitch Header #1415
TextboxHelper.Watermark
should respect padding #1247- Fixed a blurry border on the
MetroButton
andMetroToggleButton
style - Fix the
ComboBox
`CanContentScroll usage - Fixed the
ComboBox
virtualization #1132 #1394 - Fixed DataGrid cell padding not being applied #977 #1393
- Fixed various DataGrid issues #1381
- Fixed a Flyout problem with width bound to ancestors ActualWidth
There are some more fixes, for a detailed list look into the commit log.
MahApps.Metro 0.13.1
MahApps.Metro 0.13
Notes
The 0.13 release of MahApps.Metro marks a very important change in the MetroWindow
infrastructure along with several other fixes and improvements.
We've also updated the MahApps.Metro.Resources NuGet package with the latest icons.
Features
Custom themes
MahApps.Metro now allows to define custom themes for the application. We've rewritten the ThemeManager
for this (don't worry, your old code should still work, but most old methods are now marked as Obsolete
)
To add a theme, use the new AddAppTheme
theme method.
Completely rewritten BorderlessWindowBehavior
The BorderlessWindowBehavior
has been completely rewritten, to fix a number of issues that have accumulated over time.
For a complete list of fixes, see PR #1156
Auto-closing flyouts
Flyouts now have an option to be automatically closed when the user clicks outside of the flyout.
We renamed the property IsPinnable
(that had no use) to IsPinned
for this.
IsPinned
is true
by default and, if set to false, enables the auto-closing feature.
RangeSlider
The RangeSlider
control has been completely rewritten because it was unusably broken before.
See PR #1055 for more info.
Titlebar enhancements
- The titlebar now supports vector icons
- Added
LeftWindowCommands
This means that the normalWindowCommands
property is now obsolete and is calledRightWindowCommands
- The minimize/maximize/close button can now be styled
- Added ShowWindowCommandsOnTop property for window buttons #1098 (thanks @100GPing100)
Others
- Added properties to change the font size of a tile #864 #1013
- Added support for
ToggleButton
s in the window commands #954 - Replace existing
RangeSlider
by newRangeSlider
- #885 - see PR #920 / #1055 Flyout
s' IsPinnable property doesn't seem to do anything - #866 - #1000- Tile Font size - #864 -> #1013 (@100GPing100)
- Update FlatSlider.xaml #858 (thanks @HansHuang)
- Auto-close flyout #962 - #1000 (thanks @100GPing100)
- Added the border to the visual studio styles. - #904 ( @punker76 ) PR #1140
- Added
ButtonCommandMetroPasswordBox
( @punker76 ) #993 PR #1097 - Independently control dialog show/hide animation #1168 (@Savvkin)
- The expander control now has a disabled look #1266 #1267
Fixes
- Fixed the external dialog not being cleaned up propely and crahsing the next dialog #994 #996
- Fixed various
MetroWindow
issues with multiple monitors #1099 #1136 - Fixed an
OverflowException
in the clean window #897 - Fixed issues with the airspace decorator #1077 #961
- Support
TextOptions.TextFormattingMode="Display"
#889 - Removed the unintended
FocusVisualStyle
from the window command buttons #833 #1012 - Fixed an
OverflowException
that could occur with multiple monitors #624 #1014 - Fixed various issues with the glow border #933 #936
- Fixed an
InvalidOperationException
occuring if a dialog was opened after an external dialog #994 #996 - Fixed the
FlatSlider
ignoring custom dimensions #858 - Fixed an
InvalidOperationException
occuring in theGlowWindow
#1044 - Fixed various issues with the dialogs #1050
- Fixed a warning in the flyout's style #955
- Fixed
MetroProgressBar
andProgressRing
issue Perfomance GPU" #812 - Fixed
FlipView
HideBanner uses height, which is often NaN, should probably be ActualHeight instead #1053 - Fixed the
Tile
static constructor. #1131 (thanks @maw136) - Fixed after an upgrade to 0.11, title bar icon would have silver background instead of blue (accent). - #922
- Fixed GroupBox issue on flyout with the theme set to accent #1067 PR #1126 (thanks @Tide)
MahApps.Metro 0.12.1
Notes
This is a bugfix release. It will most likely be the only bugfix release till v0.13.
Fixes
- Fixed various bugs with the themed Flyouts (#947 #949):
- A dark
Flyout
doesn't have dark window commands anymore - Only the topmost
Flyout
changes the WindowCommands, if it is closed, the WindowCommands adapt to the underlying Flyout - Theme changes are respected properly
- A dark
- Flyouts respect the template margin #867 #974
- Fixed an
OverflowException
in theCleanWindowStyle
#897 # 903 - Fixed various bugs for the
NumericUpDown
control: #952 #953- Fix for NumericUpDown exception raised when trying to enter a number in scientific notation
- Fixed a problem with too early speedup
- Improved the performance for theme changes, they should now work instantly.
- Fixed an issue with the
WindowCommands
of aCleanWindow
, they were white and therefore invisible when aBorderlessWindowBehavior
was attached.