Skip to content

Commit

Permalink
Remove DataGrid (#1677)
Browse files Browse the repository at this point in the history
Closes: #1525
  • Loading branch information
niels9001 authored Dec 6, 2024
1 parent d24c449 commit ce62958
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 82 deletions.
Binary file removed WinUIGallery/Assets/ControlImages/DataGrid.png
Binary file not shown.
1 change: 0 additions & 1 deletion WinUIGallery/ContentIncludes.props
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<Content Include="Assets\ControlImages\ConnectedAnimation.png" />
<Content Include="Assets\ControlImages\ContentDialog.png" />
<Content Include="Assets\ControlImages\CreateMultipleWindows.png" />
<Content Include="Assets\ControlImages\DataGrid.png" />
<Content Include="Assets\ControlImages\DatePicker.png" />
<Content Include="Assets\ControlImages\DropDownButton.png" />
<Content Include="Assets\ControlImages\EasingFunction.png" />
Expand Down
24 changes: 0 additions & 24 deletions WinUIGallery/ControlPages/DataGridPage.xaml

This file was deleted.

31 changes: 0 additions & 31 deletions WinUIGallery/ControlPages/DataGridPage.xaml.cs

This file was deleted.

26 changes: 0 additions & 26 deletions WinUIGallery/DataModel/ControlInfoData.json
Original file line number Diff line number Diff line change
Expand Up @@ -819,32 +819,6 @@
"Uri": "https://learn.microsoft.com/windows/apps/design/controls/tree-view"
}
]
},
{
"UniqueId": "DataGrid",
"Title": "DataGrid",
"Subtitle": "The DataGrid control presents data in a customizable table of rows and columns.",
"ImagePath": "ms-appx:///Assets/ControlImages/GridView.png",
"Description": "The DataGrid control provides a flexible way to display a collection of data in rows and columns.",
"Content": "The DataGrid control presents data in a customizable table of rows and columns.",
"Docs": [
{
"Title": "DataGrid - API",
"Uri": "https://aka.ms/win10datagridapidoc"
},
{
"Title": "Guidelines",
"Uri": "https://aka.ms/win10datagriddoc"
},
{
"Title": "Windows Community Toolkit",
"Uri": "https://learn.microsoft.com/windows/communitytoolkit"
}
],
"RelatedControls": [
"GridView",
"TreeView"
]
}
]
},
Expand Down

0 comments on commit ce62958

Please sign in to comment.