This guide assumes the migration from version 0.14 to 1.0
- All elements marked as
Obsoletehave been removed.
- The
IncrementValueevent is now calledValueIncremented - The
DecrementValueevent is now calledValueDecremented
SimpleDialogis now calledCustomDialogCustomDialognow inherits fromContentControlinstead ofControl. TheDialogBodyproperty has been removed and is replaced by theContentproperty.
- The
ControlsHelperclass has been split up into multiple more granular classes:
GroupBoxHelper,ScrollBarHelperandTabControlHelper. TheControlsHelperclass is still present and holds helpers that apply to multiple types of controls. TextBoxHelperis now written with an uppercaseBto matchTextBox.
MetroTabItemdoes not require a reference toBaseMetroTabControlanymore, but will determine it automatically.