Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove DataGrid #1677

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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