SilverlightShow: How to inherit from ItemsControl and create a UniformGrid with containers Comments http://www.silverlightshow.net/ Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samples en-us SilverlightShow.net estoychev@completit.com (Emil Stoychev) Argotic Syndication Framework, http://www.codeplex.com/Argotic http://www.rssboard.org/rss-specification RE: How to inherit from ItemsControl and create a UniformGrid with containers http://www.silverlightshow.net/items/How-to-inherit-from-ItemsControl-and-create-a-UniformGrid-with-containers.aspx#comment4606 <p><span style="font-family: calibri;">I struggled a lot with the subject of inheriting from ItemsControl. I wish I’ve seen this article a year ago. Since then I’ve did a lot of work around this topic including the aspect of virtualization. You can see all the data I collected on the subject at: </span><a href="http://www.ladimolnar.com/Home/ViewArticle.aspx?ArticleName=HowToCustomizeAnItemsControl"><span style="font-family: calibri;">http://www.ladimolnar.com/Home/ViewArticle.aspx?ArticleName=HowToCustomizeAnItemsControl</span></a><span style="font-family: calibri;">. Also a sample app at </span><a href="http://www.ladimolnar.com/Projects/ItemsControlDemo" target="_parent"><span style="font-family: calibri;">http://www.ladimolnar.com/Projects/ItemsControlDemo</span></a><span style="font-family: calibri;">.</span></p> <p><span style="font-family: calibri;"> </span></p> ( Ladi) http://www.silverlightshow.net/items/How-to-inherit-from-ItemsControl-and-create-a-UniformGrid-with-containers.aspx Mon, 04 Oct 2010 13:57:39 +0200 RE: How to inherit from ItemsControl and create a UniformGrid with containers http://www.silverlightshow.net/items/How-to-inherit-from-ItemsControl-and-create-a-UniformGrid-with-containers.aspx#comment2959 <p>Hi <span id="ctl00_cphMiddle_ContentPlaceHolderContent_itemComments_dlstComments_ctl06_lblCommentAuthor">Enrico Valiani,</span></p> <p><span>It is probably because this was developed for older version of Silverlight.</span></p> ( iiordanov) http://www.silverlightshow.net/items/How-to-inherit-from-ItemsControl-and-create-a-UniformGrid-with-containers.aspx Sun, 24 Jan 2010 12:00:45 +0200 RE: How to inherit from ItemsControl and create a UniformGrid with containers http://www.silverlightshow.net/items/How-to-inherit-from-ItemsControl-and-create-a-UniformGrid-with-containers.aspx#comment2955 Why does it ask me for install Microsoft Silverlight? I've already installed it (version 3) ( Enrico Valiani) http://www.silverlightshow.net/items/How-to-inherit-from-ItemsControl-and-create-a-UniformGrid-with-containers.aspx Sat, 23 Jan 2010 12:47:38 +0200 RE: How to inherit from ItemsControl and create a UniformGrid with containers http://www.silverlightshow.net/items/How-to-inherit-from-ItemsControl-and-create-a-UniformGrid-with-containers.aspx#comment2799 Excellent article.  There's a lot to digest but it's worth it. I'm looking forward to the next one.<br /> ( Beaudetious) http://www.silverlightshow.net/items/How-to-inherit-from-ItemsControl-and-create-a-UniformGrid-with-containers.aspx Thu, 17 Dec 2009 05:00:47 +0200 RE: How to inherit from ItemsControl and create a UniformGrid with containers http://www.silverlightshow.net/items/How-to-inherit-from-ItemsControl-and-create-a-UniformGrid-with-containers.aspx#comment1647 Create a new folder in the ClassLibrary. Rename it 'Themes'. Place the generic.xaml file into the new folder. Should solve the problem ( Mark) http://www.silverlightshow.net/items/How-to-inherit-from-ItemsControl-and-create-a-UniformGrid-with-containers.aspx Mon, 08 Jun 2009 02:37:17 +0200 RE: How to inherit from ItemsControl and create a UniformGrid with containers http://www.silverlightshow.net/items/How-to-inherit-from-ItemsControl-and-create-a-UniformGrid-with-containers.aspx#comment1264 <pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'courier new',courier,monospace; background-color: white;">ItemsPresenter = (ItemsPresenter)GetTemplateChild(<span style="color: rgb(0, 96, 128);">"ItemsPresenter"</span>);<span style="color: rgb(0, 128, 0);">// 0 children<br /><br />this line return null in ItemsPresenter </span></pre> ( Necriis) http://www.silverlightshow.net/items/How-to-inherit-from-ItemsControl-and-create-a-UniformGrid-with-containers.aspx Tue, 24 Mar 2009 04:58:03 +0200