A DataGrid control based on ListBox control.
First, clone the repository or download the latest zip.
git clone https://github.com/wieslawsoltes/DataBox.git
Open up a command-prompt and execute the commands:
.\build.ps1
Open up a terminal prompt and execute the commands:
./build.sh
Open up a terminal prompt and execute the commands:
./build.sh
DataBox is delivered as a NuGet package.
You can find the packages here NuGet and install the package like this:
Install-Package DataBox
DataBox is licensed under the MIT license.