You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The `ControlsHelper.CornerRadius` can now used for `SplitButton` and `DropDownButton`.
28
28
- New underline types for `TabControl` and `MetroTabControl`[#2902](https://github.com/MahApps/MahApps.Metro/pull/2902)
@@ -69,6 +69,7 @@
69
69
- Fix `SelectionChanged` event of `SplitButton` which fires now only once.
70
70
- Add `TransitionCompleted` event to `MetroContentControl` and `WindowTransitionCompleted` event to `MetroWindow` which will be fired after the loaded Storyboard is completed.
71
71
- Add new `WatermarkAlignment` attached property to `TextBoxHelper` which indicates the horizontal alignment of the watermark (incl. floating watermark).
72
+
- Add new `DataGridHelper` with `EnableCellEditAssist` attached property which enabled direct editing for CheckBox and ComboBox cells. (default to false) Thx to [@ButchersBoy](https://github.com/ButchersBoy) (taken from [MaterialDesignInXamlToolkit](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit))
0 commit comments