-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Migration Guide for v1.0
Jan Karger edited this page Jul 27, 2017
·
1 revision
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.
Full MahApps documentation is available at https://mahapps.com