Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Grid and borders #29

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 12, 2017

  1. ADDED ColumnSeparatorWidth, RowSeparatorHeight and CellPadding proper…

    …ties. This allows for fine control over grid lines and the outer border cleanly.
    
    CHANGED BorderThickness to control only the outer borders of the grid and moved the rendering of that from the internal views and rows to the containing Grid.
    CHANGED outer Grid BackgroundColor to be bound to BorderColor. Rows now have background, spacing and padding properties bound rather than set.
    NOTE: CellPadding applies only to cells created by the Grid. If a column uses a DataTemplate, it will not be affected by CellPadding. It is up to the DataTemplate to do so as needed.
    
    BREAKING: Removed HeaderBackgroundProperty (Use HeaderLabelStyle instead) and HeaderBordersVisibleProperty (Use ColumnSeparatorWith and RowSeparatorHeight)
    assemhakmeh committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    098bde3 View commit details
    Browse the repository at this point in the history
  2. UPDATEd Sample with HeaderLabelStyle, BorderThickness, ColumnSeparato…

    …rWidth and RowSeparatorHeight.
    assemhakmeh committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    d422109 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. RESTORED Property HeaderBordersVisible and modified borders implement…

    …ation to use the Margins around the HeaderView and ListView. This allows the HeaderBordersVisible property to completely turn off the borders and grid lines of the HeaderView.
    assemhakmeh committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    a5ec1d6 View commit details
    Browse the repository at this point in the history
  2. RESTORED HeaderBackgroundColor property with a correct implementation…

    …. The previous implementation on set the background of the header when header borders were not shown.
    
    The property now controls the background color of the header cell grids created internally. It is used as a fallback (via trigger) when the HeaderLabel style sets a Transparent background.
    assemhakmeh committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    8b4a316 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Configuration menu
    Copy the full SHA
    4ae157d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2017

  1. Merge commit '20f0c36e8c86d4f68a40e327a70f3a58572ec813' into grid_and…

    …_borders
    
    * commit '20f0c36e8c86d4f68a40e327a70f3a58572ec813':
      License updated to MIT
    assemhakmeh committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    44ca1b9 View commit details
    Browse the repository at this point in the history
  2. Merge commit '3d276285b4dd17b5f8e59483e0b2c3b677216a37' into grid_and…

    …_borders
    
    * commit '3d276285b4dd17b5f8e59483e0b2c3b677216a37':
      FormattedTitle feature added
    
    # Conflicts:
    #	DataGridSample/DataGridSample/Views/MainPage.xaml
    assemhakmeh committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    6d77a94 View commit details
    Browse the repository at this point in the history