MichelMichels.Wpf.Controls.Masonry 8.0.0

dotnet add package MichelMichels.Wpf.Controls.Masonry --version 8.0.0                
NuGet\Install-Package MichelMichels.Wpf.Controls.Masonry -Version 8.0.0                
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="MichelMichels.Wpf.Controls.Masonry" Version="8.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MichelMichels.Wpf.Controls.Masonry --version 8.0.0                
#r "nuget: MichelMichels.Wpf.Controls.Masonry, 8.0.0"                
#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 MichelMichels.Wpf.Controls.Masonry as a Cake Addin
#addin nuget:?package=MichelMichels.Wpf.Controls.Masonry&version=8.0.0

// Install MichelMichels.Wpf.Controls.Masonry as a Cake Tool
#tool nuget:?package=MichelMichels.Wpf.Controls.Masonry&version=8.0.0                

Nuget

MasonryControl (WPF)

MasonryControl is a grid layout library for WPF based on ItemsControl.

Getting Started

Clone the repository, build and reference in your project.

xmlns:masonry="clr-namespace:MichelMichels.Wpf.Controls;assembly=MichelMichels.Wpf.Controls.Masonry"

(...)

<masonry:AnimatedMasonryControl ... />
<masonry:MasonryControl ... />

See the MVVM demo in Masonry.Example for more information.

Features

  • EnableElementVisibility property added to dynamically hide or show children

Authors

  • Nikita Bernthaler - Initial work - Lizzaran
  • Michel Michels - Added Visibility support and more object oriented - Michel Michels

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU License - see the LICENSE.md file for details

Copyright 2013 - 2016 Nikita Bernthaler

Copyright 2019 Michel Michels

Masonry is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Free Software Foundation, either version 3 of the License, or at your option) any later version.

Masonry is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Masonry. If not, see http://www.gnu.org/licenses/

Acknowledgments

Original code base by Nikita Bernthaler.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 31 11/22/2024

- Release 8.0.0
     - Breaking root namespace change to MichelMichels.Wpf.Controls
     - Update to .NET 8