EleCho.WpfSuite 0.0.10

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package EleCho.WpfSuite --version 0.0.10
NuGet\Install-Package EleCho.WpfSuite -Version 0.0.10
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.WpfSuite" Version="0.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EleCho.WpfSuite --version 0.0.10
#r "nuget: EleCho.WpfSuite, 0.0.10"
#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.WpfSuite as a Cake Addin
#addin nuget:?package=EleCho.WpfSuite&version=0.0.10

// Install EleCho.WpfSuite as a Cake Tool
#tool nuget:?package=EleCho.WpfSuite&version=0.0.10

EleCho.WpfSuite

Layout panels:

  • StackPanel: Origin stack panel with Spacing property
  • WrapPanel: Origin wrap panel with HorizontalSpacing and VerticalSpacing property
  • FlexPanel: Flex layout implementation with HorizontalSpacing and VerticalSpacing property

Controls:

  • Image: Simple image control with CornerRadius property
  • ScrollViewer: Origin scroll viewer with 'MouseWheelDelta' based scrolling
  • ConditionalControl: Display the control based on the condition

Value converters:

  • AddNumberConverter: Mathematical calculations, addition
  • SubstractNumberConverter: Mathematical calculations, subtraction
  • MultiplyNumberConverter: Mathematical calculations, multiplication
  • DivideNumberConverter: Mathematical calculations, division
  • NumberCompareConverter: Compare between numbers, support equal, not equal, greator than, greator or equal, less than, less or equal
  • ObjectCompareConverter: Compare between objects, support equal, not equal
  • ValueIsNullConverter: Determines whether the object is empty
  • ValueIsNotNullConverter: Determines whether the object is not empty
  • InvertBooleanConverter: Inverts the boolean value
  • ValueConverterGroup: Converts the value using the specified multiple converters
  • StringIsNullOrEmptyConverter: Check if string is null or empty, returns a boolean value
  • StringIsNotNullOrEmptyConverter: Check if string is not null or empty, returns a boolean value
  • StringIsNullOrWhiteSpaceConverter: Check if string is null or white space, returns a boolean value
  • StringIsNotNullOrWhiteSpaceConverter: Check if string is not null or white space, returns a boolean value
  • CollectionIsNullOrEmptyConverter: Check if collection is null or empty, returns a boolean value
  • CollectionIsNotNullOrEmptyConverter: Check if collection is not null or empty, returns a boolean value
  • StringToImageSourceConverter: Convert any valid URI string to image source

Utilities:

  • BindingProxy: A utility class for binding, commonly used when a collection element has property to be bound to a page DataContext
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.  net8.0-windows7.0 is compatible. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.6

    • No dependencies.
  • .NETFramework 4.7

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • 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
0.4.1 44 6/13/2024
0.4.0 72 6/7/2024
0.3.3 80 5/30/2024
0.3.2 62 5/28/2024
0.3.1 72 5/28/2024
0.3.0 82 5/25/2024
0.2.1 91 4/25/2024
0.2.0 93 4/24/2024
0.1.6 89 4/20/2024
0.1.5 82 4/18/2024
0.1.4 70 4/18/2024
0.1.3 76 4/18/2024
0.1.2 90 4/17/2024
0.1.1 90 4/16/2024
0.1.0 87 4/16/2024
0.0.14 78 4/15/2024
0.0.13 82 4/15/2024
0.0.12 71 4/15/2024
0.0.11 82 4/14/2024
0.0.10 102 4/13/2024