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

DataGrid Fixes/Changes #2004

Merged
merged 12 commits into from Jun 30, 2015
Merged

DataGrid Fixes/Changes #2004

merged 12 commits into from Jun 30, 2015

Conversation

punker76
Copy link
Member

    <!-- DataGrid brushes -->
    <SolidColorBrush x:Key="MetroDataGrid.HighlightBrush" Color="{StaticResource AccentColor}" options:Freeze="True" />
    <SolidColorBrush x:Key="MetroDataGrid.DisabledHighlightBrush" Color="{StaticResource Gray7}" options:Freeze="True" />
    <SolidColorBrush x:Key="MetroDataGrid.HighlightTextBrush" Color="{StaticResource IdealForegroundColor}" options:Freeze="True" />
    <SolidColorBrush x:Key="MetroDataGrid.MouseOverHighlightBrush" Color="{StaticResource AccentColor3}" options:Freeze="True" />
    <SolidColorBrush x:Key="MetroDataGrid.FocusBorderBrush" Color="{StaticResource AccentColor}" options:Freeze="True" />
    <SolidColorBrush x:Key="MetroDataGrid.InactiveSelectionHighlightBrush" Color="{StaticResource AccentColor2}" options:Freeze="True" />
    <SolidColorBrush x:Key="MetroDataGrid.InactiveSelectionHighlightTextBrush" Color="{StaticResource IdealForegroundColor}" options:Freeze="True" />
  • new attached dependency DisabledVisualElementVisibility for TextBox, PasswordBox, RichTextBox and NumericUpDown, makes it easier to hide this element if we don't want/need it

Before
image

image

image

image

After
image

image

image

image

image

@punker76 punker76 added this to the 1.2.0 milestone Jun 25, 2015
punker76 added a commit that referenced this pull request Jun 30, 2015
@punker76 punker76 merged commit c870fae into master Jun 30, 2015
@punker76 punker76 deleted the DataGrid-Fixes-Changes branch July 8, 2015 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant