An open API service indexing awesome lists of open source software.

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.

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.

![WinUI TableView SampleApp](https://github.com/w-ahmad/WinUI.TableView.SampleApp/blob/main/WinUI.TableView%20SampleApp.gif)

# 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.