Friday, September 5, 2014

Variable Size Tile App Template By Me

This is One of Customized template that I created for windows 8. Took some of the Templates of codeplex as strach. It provide color bound variable aized grid in Main page and VAriable sized grid as musing datiddle page.



You can edit data sources as you wish by using classes in data Model. Those classes are in same manner that sample data templates provided by microsoft.



In detail page this template provide Rich textbox for display detailed descripton.



and some other colums for misalanious data.



You can change the layout and order of the grid view by editing LayoutClass directory ,



just edit the

_sequence = new List<Size> {

                LayoutSizes.PrimaryItem,

                LayoutSizes.SecondarySmallItem, LayoutSizes.SecondarySmallItem,

                LayoutSizes.SecondarySmallItem,

                LayoutSizes.SecondaryTallItem,

                LayoutSizes.OtherSmallItem, LayoutSizes.OtherSmallItem, LayoutSizes.OtherSmallItem,LayoutSizes.SecondaryTallItem, LayoutSizes.OtherSmallItem, LayoutSizes.OtherSmallItem,

                LayoutSizes.OtherSmallItem,LayoutSizes.OtherSmallItem,LayoutSizes.SecondaryTallItem,LayoutSizes.OtherSmallItem,LayoutSizes.OtherSmallItem,LayoutSizes.OtherSmallItem,

                LayoutSizes.SecondaryTallItem,LayoutSizes.OtherSmallItem,LayoutSizes.OtherSmallItem,LayoutSizes.OtherSmallItem,LayoutSizes.OtherSmallItem,LayoutSizes.SecondaryTallItem,

                LayoutSizes.OtherSmallItem,LayoutSizes.OtherSmallItem               

            };



in constructor of each class





http://bit.ly/VarGrid Download and Rate



0 comments: