[dismiss]
På yggenyk.dk bruger vi cookies til at give dig en god oplevelse og til at indsamle statistik, der kan være med til at forbedre brugeroplevelsen. Hvis du klikker på et link på yggenyk.dk, accepterer du samtidig vores cookiepolitik.
Universal Windows Platform UWP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 54: | Line 54: | ||
* [https://github.com/rmarinho/LFHeatMap .NET and Xamarin port of [https://github.com/gpolak/LFHeatMap LFHEATMAP iOS] heat map package] | * [https://github.com/rmarinho/LFHeatMap .NET and Xamarin port of [https://github.com/gpolak/LFHeatMap LFHEATMAP iOS] heat map package] | ||
* [https://www.nuget.org/packages/LFHeatMap/ LFHeatMap 1.0.0 - NuGet] | * [https://www.nuget.org/packages/LFHeatMap/ LFHeatMap 1.0.0 - NuGet] | ||
==Tools== | |||
[[File:XDraw.png]] | |||
* [https://xdraw.codeplex.com/ XDraw makes it easier for developers to create XAML vector graphics.] |
Revision as of 12:30, 22 February 2017
Bindings
Cimbalino Toolkit
Cimbalino Toolkit depends on Microsoft.Xaml.Behaviors.Uwp.Managed.
Cimbalino Toolkit Samples
Styling
Styling ListView and GridView
- ListView and GridView UI optimization
- ListViewItem styles and templates
- GridViewItem styles and templates
If you want your GridView to be filled Vertically and scroll sideways you can style it like this: <syntaxhighlight lang="python" line='xaml'> <GridView>
<GridView.ItemsPanel> <ItemsPanelTemplate> <ItemsWrapGrid Orientation="vertical" /> </ItemsPanelTemplate> </GridView.ItemsPanel>
</GridView> </syntaxhighlight>
Styling buttons
Grouping buttons as radio buttons
Datatriggers
XAML Behaviors
Dependency Properties
NuGet Packages
Heat maps
- .NET and Xamarin port of [https://github.com/gpolak/LFHeatMap LFHEATMAP iOS heat map package]
- LFHeatMap 1.0.0 - NuGet