(X) Hide this Watch a recording of the recent webinar: Building Line-of-business Applications with Silverlight & WCF Data Services
Sign up for the upcoming webinar on March 16th, 10 am PST: WCF RIA Services Validation by Brian Noyes Full info | Sign up | More webinars
Tweet @silverlightshow and win a SilverlightShow Tweet-shirt. Learn how >>
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 2 results for UniformGrid.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Mar 12, 2010 (more than a year ago)
    Tags: UniformGrid , WPF , XAML
    Jobi Joy has converted the WPF UniformGrid to Silverlight.

    My recent Silverlight project had a need to distribute the items in rows and columns. I had to dynamically calculate the number of columns and rows it needed based on some logic. So it was clear that I need UniformGrid as in WPF so that I can bind my ViewModel properties to Rows and Columns properties of the Panel. But it was a bit surprising to me that there isn’t a Silverlight UniformGrid either in Silverlight SDK or in Silverlight ToolKit. So here is one I ported from WPF. Check out the Silverlight 3.0 demo below



  • 0 comments  /  posted by  Silverlight Show  on  Jan 19, 2009 (more than a year ago)

    One of the primitive layout panels in WPF is the UniformGrid. Jeff Wilcox has made a Silverlight port of the control in his article “UniformGrid for Silverlight” and now wants to share this with you.

    Jeff: "The UniformGrid contains cells, but without any real options. The only dependency properties are Columns, Rows, and FirstColumn."