- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.5k
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 Obsoletehave been removed.
- The IncrementValueevent is now calledValueIncremented
- The DecrementValueevent is now calledValueDecremented
- 
SimpleDialogis now calledCustomDialog
- 
CustomDialognow 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.
Full MahApps documentation is available at https://mahapps.com