A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Wiesław Šoltés b3d5940c84 Add basic support for automation for DataGrid and DataGridRow (#15174) 2 years ago
..
Automation/Peers Add basic support for automation for DataGrid and DataGridRow (#15174) 2 years ago
Collections feat(DataGrid): make IDataGridCollectionViewFactory and IDataGridCollectionView, Add DP CollectionView (#14744) 2 years ago
Primitives Add basic support for automation for DataGrid and DataGridRow (#15174) 2 years ago
Properties feat: move InternalsVisibleTo in csproj 4 years ago
Themes TemplatePart XAML diagnostics (#14180) 2 years ago
Utils Move PlatformHotkeyConfiguration to IPlatformSettings 3 years ago
ApiCompatBaseline.txt Update api compat baselines. 4 years ago
Avalonia.Controls.DataGrid.csproj Add .NET 8 target (Avalonia 11.1) (#14535) 2 years ago
DataGrid.cs Add basic support for automation for DataGrid and DataGridRow (#15174) 2 years ago
DataGridBoundColumn.cs DataGrid.Items -> ItemsSource. 3 years ago
DataGridCell.cs Add basic support for automation for DataGrid and DataGridRow (#15174) 2 years ago
DataGridCellCollection.cs Move DataGrid to a separate assembly and add it to CoreLibraries.props. 7 years ago
DataGridCellCoordinates.cs Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
DataGridCheckBoxColumn.cs Changed null checks to make use of nameof() 3 years ago
DataGridClipboard.cs Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
DataGridColumn.cs Added PointerPressed and PointerReleased events to DataGrid header (#12595) 2 years ago
DataGridColumnCollection.cs Implement DataGridColumnCollection's SetItem (#14469) 2 years ago
DataGridColumnHeader.cs Add basic support for automation for DataGrid and DataGridRow (#15174) 2 years ago
DataGridColumns.cs feat(DataGrid): Allow binding DataGridColumn Width 3 years ago
DataGridDataConnection.cs Fix DataGrid IList editing issue (#13845) 2 years ago
DataGridDisplayData.cs Applies spell checking on mostly comments, but also non public members and arguments 5 years ago
DataGridEnumerations.cs Remove worthless QualityBand xml comment parameters. 7 years ago
DataGridError.cs Remove commented-out code on DataGrid. 7 years ago
DataGridFillerColumn.cs Removed a number of interfaces. 3 years ago
DataGridLength.cs feat(DataGrid): Allow binding DataGridColumn Width 3 years ago
DataGridRow.cs Add basic support for automation for DataGrid and DataGridRow (#15174) 2 years ago
DataGridRowGroupHeader.cs DataGrid add property to specify Number Format of items count (#14465) 2 years ago
DataGridRowGroupInfo.cs Make ICollectionView internal and rename DataGrid specific 7 years ago
DataGridRowHeader.cs DataGrid selection refactoring (#13848) 2 years ago
DataGridRows.cs Moved detailsContent.DataContext assignation before Children.Add 3 years ago
DataGridSelectedItemsCollection.cs Fix DataGrid' SelectedItems removing wrong item when DataGrid is grouping (#12874) 2 years ago
DataGridTemplateColumn.cs DataGrid.Items -> ItemsSource. 3 years ago
DataGridTextColumn.cs Removed a number of interfaces. 3 years ago
DataGridValueConverter.cs DataGridValueConverter: fix processing of nullable values 3 years ago
EventArgs.cs Removed a number of interfaces. 3 years ago
Extensions.cs Remove commented-out code on DataGrid. 7 years ago
IndexToValueTable.cs use default literal 3 years ago
Range.cs Remove commented-out code on DataGrid. 7 years ago