Skip to content

samoteph/GridPanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

GridPanel

A WPF Panel for ItemsControl that's works like a grid.

How to use it ?

First, add the namespace :

xmlns:samsoft="clr-namespace:SamSoft.Windows"

Then you can integrate it as ItemsPanelTemplate like this :

<ItemsControl ItemsSource="{Binding Items}">
    <ItemsControl.ItemsPanel>
        <ItemsPanelTemplate>
            <samsoft:GridPanel Orientation="Vertical" />
        </ItemsPanelTemplate>
    </ItemsControl.ItemsPanel>
</ItemsControl>

It's possible to change the orientation of the GridPanel with values Vertical or Horizontal.

Image Grid

Download GridPanel now!

About

A WPF Panel for ItemsControl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages