From a4d28faa8aa76b95cb1c7b2490695a3fdd9e1b46 Mon Sep 17 00:00:00 2001 From: "Chris C." <47229638+ChrisClems@users.noreply.github.com> Date: Tue, 11 Mar 2025 14:15:42 -0700 Subject: [PATCH] Update README.md Remove reference to complete API docs which had no link (not referenced in the API docs). Edit last line to correctly state that the next page is a flat grid, not hierarchical. --- docs/reference/controls/treedatagrid/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/reference/controls/treedatagrid/README.md b/docs/reference/controls/treedatagrid/README.md index cffb6189d..3e783d9fe 100644 --- a/docs/reference/controls/treedatagrid/README.md +++ b/docs/reference/controls/treedatagrid/README.md @@ -91,12 +91,8 @@ You will use the `Source` property to bind to a view model that is defined in co ## More Information -:::info -For the complete API documentation about this control, see here. -::: - :::info View the source code on GitHub [TreeDataGrid.cs](https://github.com/AvaloniaUI/Avalonia.Controls.TreeDataGrid) ::: -The next page shows an example of creating a hierarchical tree data grid with columns. +The next page shows an example of creating a flat tree data grid with columns.