A DataGrid control based on ListBox control
Перейти к файлу
Wiesław Šoltés f0ae8fda7a Update to 11.2 2024-10-31 18:17:12 +01:00
.github Remove VirtualPanel 2022-05-05 11:36:04 +02:00
.nuke Update to .NET 6 2021-11-08 21:34:56 +01:00
build Update to 11.2 2024-10-31 18:17:12 +01:00
samples Update to 11.1.0 2024-07-22 20:47:16 +02:00
src Add automation support 2024-03-30 00:28:26 +01:00
tests/DataBox.UnitTests Update 2024-02-28 22:08:51 +01:00
.editorconfig Update config 2021-09-16 19:45:55 +02:00
.gitattributes Initial commit 2021-09-16 19:45:00 +02:00
.gitignore Update config 2021-09-16 19:45:55 +02:00
DataBox.sln Update DataBox.sln 2024-03-20 10:43:44 +01:00
LICENSE.TXT Update config 2021-09-16 19:45:55 +02:00
README.md Update README.md 2021-10-22 18:14:18 +02:00
azure-pipelines.yml Update to 11.2 2024-10-31 18:17:12 +01:00
build.cmd Update to .NET 6 2021-11-08 21:34:56 +01:00
build.ps1 Update to .NET 6 2021-11-08 21:34:56 +01:00
build.sh Update to .NET 6 2021-11-08 21:34:56 +01:00
global.json Update 2024-02-28 22:08:51 +01:00
nuget.config Update 2024-02-28 22:08:51 +01:00

README.md

DataBox

Build Status CI

NuGet NuGet

A DataGrid control based on ListBox control.

image

Building DataBox

First, clone the repository or download the latest zip.

git clone https://github.com/wieslawsoltes/DataBox.git

Build on Windows using script

Open up a command-prompt and execute the commands:

.\build.ps1

Build on Linux using script

Open up a terminal prompt and execute the commands:

./build.sh

Build on OSX using script

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 and install the package like this:

Install-Package DataBox

Package Sources

Resources

License

DataBox is licensed under the MIT license.