https://github.com/wieslawsoltes/databox
A DataGrid control based on ListBox control
https://github.com/wieslawsoltes/databox
avalonia avaloniaui custom datagrid layout listbox panel
Last synced: 2 months ago
JSON representation
A DataGrid control based on ListBox control
- Host: GitHub
- URL: https://github.com/wieslawsoltes/databox
- Owner: wieslawsoltes
- License: mit
- Created: 2021-09-16T17:45:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T20:37:20.000Z (4 months ago)
- Last Synced: 2025-01-31T07:03:07.211Z (3 months ago)
- Topics: avalonia, avaloniaui, custom, datagrid, layout, listbox, panel
- Language: C#
- Homepage: https://wieslawsoltes.github.io/DataBox/
- Size: 63.4 MB
- Stars: 38
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.TXT
Awesome Lists containing this project
README
# DataBox
[](https://dev.azure.com/wieslawsoltes/GitHub/_build/latest?definitionId=103&repoName=wieslawsoltes%2FDataBox&branchName=main)
[](https://github.com/wieslawsoltes/DataBox/actions/workflows/build.yml)[](https://www.nuget.org/packages/DataBox)
[](https://www.nuget.org/packages/DataBox)A DataGrid control based on ListBox control.

## Building DataBox
First, clone the repository or download the latest zip.
```
git clone https://github.com/wieslawsoltes/DataBox.git
```### Build on Windows using script
* [.NET Core](https://www.microsoft.com/net/download?initial-os=windows).
Open up a command-prompt and execute the commands:
```
.\build.ps1
```### Build on Linux using script
* [.NET Core](https://www.microsoft.com/net/download?initial-os=linux).
Open up a terminal prompt and execute the commands:
```
./build.sh
```### Build on OSX using script
* [.NET Core](https://www.microsoft.com/net/download?initial-os=macos).
Open up a terminal prompt and execute the commands:
```
./build.sh
```## NuGet
DataBox is delivered as a NuGet package.
You can find the packages here [NuGet](https://www.nuget.org/packages/DataBox/) and install the package like this:
`Install-Package DataBox`
### Package Sources
* https://api.nuget.org/v3/index.json
* https://www.myget.org/F/avalonia-ci/api/v2## Resources
* [GitHub source code repository.](https://github.com/wieslawsoltes/DataBox)
## License
DataBox is licensed under the [MIT license](LICENSE.TXT).