Skip to content
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

Fix overriding of ItemsControl items background #3948

Merged
merged 2 commits into from
Oct 23, 2020

Conversation

punker76
Copy link
Member

Describe the changes you have made to improve this project

  • Fix overriding of ItemsControl items background
  • Allow set background and foreground for mouse right and left button down
    Add 4 new properties to ItemHelper
    • MouseLeftButtonPressedBackgroundBrush
    • MouseLeftButtonPressedForegroundBrush
    • MouseRightButtonPressedBackgroundBrush
    • MouseRightButtonPressedForegroundBrush

Closed Issues

Closes #3900
Closes #3947

@punker76 punker76 added this to the 2.3.1 milestone Oct 23, 2020
@punker76 punker76 merged commit daa1e1c into develop Oct 23, 2020
@punker76 punker76 deleted the issues/ItemsControlItemsBackground branch October 23, 2020 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

#3900 changes break alternation index It's not possible to override ListBoxItem triggered brushes
1 participant