This guide assumes the migration from version 0.14 to 1.0
- All elements marked as
Obsolete
have been removed.
- The
IncrementValue
event is now calledValueIncremented
- The
DecrementValue
event is now calledValueDecremented
SimpleDialog
is now calledCustomDialog
CustomDialog
now inherits fromContentControl
instead ofControl
. TheDialogBody
property has been removed and is replaced by theContent
property.
- The
ControlsHelper
class has been split up into multiple more granular classes:
GroupBoxHelper
,ScrollBarHelper
andTabControlHelper
. TheControlsHelper
class is still present and holds helpers that apply to multiple types of controls. TextBoxHelper
is now written with an uppercaseB
to matchTextBox
.
MetroTabItem
does not require a reference toBaseMetroTabControl
anymore, but will determine it automatically.