forked from MahApps/MahApps.Metro
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating codebase from official repo #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update some xml comments
Add basic MetroDialog AutomationPeers
…lation and fix binding expression infos
…Content_Fix Fix loaded content at HamburgerMenu
Add FlyoutAutomationPeer for better CodedUI support
… at the base MetroDialog style
- to horizontal and vertical alignment - to all content properties (inner content) - to SnapsToDevicePixels
Template binding to Padding
…_Alignment Templated MetroDialog alignment
This property will be updated if a dialog is shown or not
…nyDialogVisible New IsAnyDialogVisible dependency property for MetroWindow
- Clear style and template for TabItem to prevent nasty binding expression errors - Allow TabControlHelper dependency properties for TabItem too (brushes and Underlined property)
…nd_CloseButton Fix overriding (Metro)TabItem controltemplate/style
- New `CanCloseDialogOwner` property at `MetroDialogSettings` which can be used to handle how the owner of the dialog can be closed. - New `IsCloseButtonEnabledWithDialog` property at `MetroWindow` which indicates if the close button should be enabled or not if a dialog is shown.
- Add trigger for `IsCloseButtonEnabledWithDialog` at WindowButtonCommands for PART_Close button - `HandleOverlayOnHide` sets the `IsCloseButtonEnabledWithDialogPropertyKey` and restores focus if needed - `HandleOverlayOnShow` sets the `IsCloseButtonEnabledWithDialogPropertyKey`
…TitleBar_Window_CloseButton WIP Handle CloseButton together with ShowDialogsOverTitleBar
Fixed issue #3155 "GridViewColumnHeader uses twice the padding"!
Changing ContentTemplate via triggers has no effect, cause the template was only set in code behind.
…ntentControl_ContentTemplate_again (GH-3275) Fix TransitioningContentControl vs. ContentControl
- add 2 new properties `PaneMargin` and `PaneHeaderMargin` to set the margin for Pane and PaneHeader (default is `0 0 0 8` for both properties)
- rename `HamburgerMenuButtonTemplate` to `HamburgerButtonTemplate` - add new property `HamburgerButtonStyle`
…ane_Margins HamburgerMenu changes
Add appveyor nuget link to readme
… `HeaderFontWeight` can now be set on the TabControl
…ncement TabControl, TabItem enhancement
… inside style Use ControlsHelper.CornerRadius attached property for the inner border. Closes #3332
- use SetCurrentValue to set new value for SelectedDateTime property to prevent broken bindings Closes #3333
…t binding to properties of WindowChromeBehavior Set TryToBeFlickerFree to true as default
Use ControlzEx v4.0 WindowChromeBehavior and GlowWindowBehavior
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changed?
Describe the changes you have made to improve this project.
Closed issues.