This repository has been archived by the owner on May 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Grid and borders #29
Open
assemhakmeh
wants to merge
7
commits into
akgulebubekir:master
Choose a base branch
from
assemhakmeh:grid_and_borders
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Grid and borders #29
Commits on Mar 12, 2017
-
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)
Configuration menu - View commit details
-
Copy full SHA for 098bde3 - Browse repository at this point
Copy the full SHA 098bde3View commit details -
UPDATEd Sample with HeaderLabelStyle, BorderThickness, ColumnSeparato…
…rWidth and RowSeparatorHeight.
Configuration menu - View commit details
-
Copy full SHA for d422109 - Browse repository at this point
Copy the full SHA d422109View commit details
Commits on Mar 13, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for a5ec1d6 - Browse repository at this point
Copy the full SHA a5ec1d6View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8b4a316 - Browse repository at this point
Copy the full SHA 8b4a316View commit details
Commits on Mar 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4ae157d - Browse repository at this point
Copy the full SHA 4ae157dView commit details
Commits on Apr 14, 2017
-
Merge commit '20f0c36e8c86d4f68a40e327a70f3a58572ec813' into grid_and…
…_borders * commit '20f0c36e8c86d4f68a40e327a70f3a58572ec813': License updated to MIT
Configuration menu - View commit details
-
Copy full SHA for 44ca1b9 - Browse repository at this point
Copy the full SHA 44ca1b9View commit details -
Merge commit '3d276285b4dd17b5f8e59483e0b2c3b677216a37' into grid_and…
…_borders * commit '3d276285b4dd17b5f8e59483e0b2c3b677216a37': FormattedTitle feature added # Conflicts: # DataGridSample/DataGridSample/Views/MainPage.xaml
Configuration menu - View commit details
-
Copy full SHA for 6d77a94 - Browse repository at this point
Copy the full SHA 6d77a94View commit details
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.