Skip to content

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.

1 participant