https://github.com/w-ahmad/winui.tableview.sampleapp
Sample app to explore WinUI.TableView features with interactive examples.
https://github.com/w-ahmad/winui.tableview.sampleapp
Last synced: 3 months ago
JSON representation
Sample app to explore WinUI.TableView features with interactive examples.
- Host: GitHub
- URL: https://github.com/w-ahmad/winui.tableview.sampleapp
- Owner: w-ahmad
- License: mit
- Created: 2024-12-05T11:46:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T11:09:18.000Z (3 months ago)
- Last Synced: 2025-02-18T12:24:18.649Z (3 months ago)
- Language: C#
- Size: 7.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# WinUI.TableView Sample App
The **WinUI.TableView Sample App** showcases the capabilities of the [WinUI.TableView](https://github.com/w-ahmad/WinUI.TableView) control in a real-world application.

# Clone the repository
[WinUI.TableView](https://github.com/w-ahmad/WinUI.TableView) code is in differnt rep, so you'll need to use --recurse-submodules when cloning or pulling for the first time:
```
git clone --recurse-submodules https://github.com/w-ahmad/WinUI.TableView.SampleApp.git
```# Contributing
Contributions are welcome! If you find a bug or have a feature request, feel free to open an issue or submit a pull request on the GitHub repository.