|
|
|
@ -75,7 +75,6 @@ namespace Avalonia.Controls |
|
|
|
private const double DATAGRID_defaultMinColumnWidth = 20; |
|
|
|
private const double DATAGRID_defaultMaxColumnWidth = double.PositiveInfinity; |
|
|
|
|
|
|
|
private List<Exception> _validationErrors; |
|
|
|
private List<Exception> _bindingValidationErrors; |
|
|
|
private IDisposable _validationSubscription; |
|
|
|
|
|
|
|
@ -102,7 +101,6 @@ namespace Avalonia.Controls |
|
|
|
private bool _areHandlersSuspended; |
|
|
|
private bool _autoSizingColumns; |
|
|
|
private IndexToValueTable<bool> _collapsedSlotsTable; |
|
|
|
private DataGridCellCoordinates _currentCellCoordinates; |
|
|
|
private Control _clickedElement; |
|
|
|
|
|
|
|
// used to store the current column during a Reset
|
|
|
|
@ -141,7 +139,6 @@ namespace Avalonia.Controls |
|
|
|
private DataGridSelectedItemsCollection _selectedItems; |
|
|
|
private bool _temporarilyResetCurrentCell; |
|
|
|
private object _uneditedValue; // Represents the original current cell value at the time it enters editing mode.
|
|
|
|
private ICellEditBinding _currentCellEditBinding; |
|
|
|
|
|
|
|
// An approximation of the sum of the heights in pixels of the scrolling rows preceding
|
|
|
|
// the first displayed scrolling row. Since the scrolled off rows are discarded, the grid
|
|
|
|
|