EleCho.WpfUtilities.FlexLayout 1.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Suggested Alternatives

EleCho.WpfSuite

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

// Install EleCho.WpfUtilities.FlexLayout as a Cake Tool
#tool nuget:?package=EleCho.WpfUtilities.FlexLayout&version=1.0.1

EleCho.WpfUtilities.FlexLayout

Implementation of Flex Layout in WPF

Usage

  1. Add namespace reference.
<Window
  xmlns:flex="clr-namespace:EleCho.WpfUtilities.FlexLayout;assembly=EleCho.WpfUtilities.FlexLayout">
</Window>
  1. Add FlexPanel to your xaml
<flex:FlexPanel Direction="Row" MainAlignment="SpaceBetween" CrossAlignment="Start" ItemsAlignment="Start" Wrap="Wrap">
    <Rectangle Fill="Pink" Width="200" Height="200"/>
    <Rectangle Fill="Purple" Width="150" Height="150"/>
    <Rectangle Fill="BlueViolet" Width="200" Height="200"/>
    <Rectangle Fill="Fuchsia" Width="150" Height="150"/>
    <Rectangle Fill="BlueViolet" Width="200" Height="200"/>
</flex:FlexPanel>
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.2

    • No dependencies.
  • net6.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
1.0.1 225 6/16/2023
1.0.0 189 6/14/2023