XAML Adaptive Properties NuGet Package

This package allows you to easily create responsive xaml code using directly extra properties like X:XS.Column="1", X:XS.Row="3",X:XS.Margin="5,2,8,10", ...
This package exists for UWP Win10, Universal App 8.1 and WPF!

Xaml sample:

<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition/>
<ColumnDefinition/>
</Grid.ColumnDefinitions>

<X:XS.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
</X:XS.RowDefinitions>
<X:XS.ColumnDefinitions>
<ColumnDefinition/>
</X:XS.ColumnDefinitions>

<TextBlock Margin="10" Grid.Row="0" Grid.Column="0"
X:XS.Margin="2" Text="FirstName"/>
<TextBox Margin="10" Grid.Row="0" Grid.Column="1"
X:XS.Margin="2" X:XS.Row="1" X:XS.Column="0"/>
</Grid>

See documentation for more information.
Code is available on Github: https://github.com/rudyspano/Xaml-Adaptive-Properties.




Got any XAML Adaptive Properties Question?





Info

Version: 2.0.0
Author(s): Rudy Spano
Last Update: Saturday, August 13, 2016
.NET Fiddle: Create the first Fiddle
Project Url: http://rudy.spano.free.fr/?p=456
NuGet Url: https://www.nuget.org/packages/AdaptiveProperties


Install
Install-Package AdaptiveProperties
dotnet add package AdaptiveProperties
paket add AdaptiveProperties
AdaptiveProperties Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

0

days-since-last-release

2813