MichelMichels.Wpf.Controls.Masonry 8.0.0

Prefix Reserved
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.
<PackageVersion Include="MichelMichels.Wpf.Controls.Masonry" Version="8.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MichelMichels.Wpf.Controls.Masonry" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package MichelMichels.Wpf.Controls.Masonry@8.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MichelMichels.Wpf.Controls.Masonry&version=8.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MichelMichels.Wpf.Controls.Masonry&version=8.0.0
                    
Install as a Cake Tool

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.  net9.0-windows was computed.  net10.0-windows was computed. 
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 136 11/22/2024

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