ObjectListView.ClientProfile.Design 2.9.2

dotnet add package ObjectListView.ClientProfile.Design --version 2.9.2
NuGet\Install-Package ObjectListView.ClientProfile.Design -Version 2.9.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ObjectListView.ClientProfile.Design" Version="2.9.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ObjectListView.ClientProfile.Design --version 2.9.2
#r "nuget: ObjectListView.ClientProfile.Design, 2.9.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ObjectListView.ClientProfile.Design as a Cake Addin
#addin nuget:?package=ObjectListView.ClientProfile.Design&version=2.9.2

// Install ObjectListView.ClientProfile.Design as a Cake Tool
#tool nuget:?package=ObjectListView.ClientProfile.Design&version=2.9.2

ObjectListView is a .NET ListView wired on caffeine, guarana and steroids.
     More calmly, it is a C# wrapper around a .NET ListView, which makes the ListView much easier to use and teaches it lots of neat new tricks.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ObjectListView.ClientProfile.Design:

Package Downloads
ObjectListView.ClientProfile

ObjectListView is a .NET ListView wired on caffeine, guarana and steroids. More calmly, it is a C# wrapper around a .NET ListView, which makes the ListView much easier to use and teaches it lots of neat new tricks.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.9.2 2,551 4/2/2017
2.9.1 1,081 3/13/2017

v2.9.2 Added DesignerSerializationVisibilityAttribute.Hidden to the shadowed properties in designer.
v2.9.1 Added CellRendererGetter to allow each cell to have a different renderer, plus Fixes a few small bugs.
v2.9 adds buttons to cells, fixed some formatting bugs, and completely rewrote the demo to be much easier to understand.