Universal Windows Platform UWP: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
Line 29: Line 29:
     <GridView.ItemsPanel>
     <GridView.ItemsPanel>
         <ItemsPanelTemplate>
         <ItemsPanelTemplate>
             <ItemsWrapGrid MaximumRowsOrColumns="3" Orientation="Vertical" />
             <ItemsWrapGrid Orientation="Vertical" />
         </ItemsPanelTemplate>
         </ItemsPanelTemplate>
     </GridView.ItemsPanel>
     </GridView.ItemsPanel>

Revision as of 17:35, 6 February 2017


Bindings

Cimbalino Toolkit

CimbalinoToolkit.png

Cimbalino Toolkit depends on Microsoft.Xaml.Behaviors.Uwp.Managed.

Cimbalino Toolkit Samples

Styling

Styling ListView and GridView

If you want your GridView to be filled Vertiallly 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

id=siteTree