Browse Source
* Fixed ShowGridLines = false crash Fixed "System.InvalidOperationException: 'The control GridLinesRenderer already has a visual parent Grid (Name = grid) while trying to add it as a child of Grid (Name = grid).'" when set ShowGridLines = false and resize. * Fixed grid lines renderer (fixes ShowGridLines binding) When changing ShowGridLines property GridLinesRenderer is not updating (create/remove/set bounds). Need to call InvalidateArrange -> ArrangeOverride -> EnsureGridLinesRenderer.pull/15496/head
committed by
GitHub
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue