Recommended

  • Silverlight 4 Podcast Pack with Tim Heuer
  • Building Modular Silverlight Applications
  • Prism -  10 Things to Know
  • Securing Silverlight Application and WCF Service using ASP.Net Authentication Techniques
  • Model– View – ViewModel in Silverlight
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 5 results for WrapPanel.
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  Nov 10, 2009 (4 weeks ago)
    In this short six minute tutorial Victor Gaudioso shows how to use the Silverlight Toolkit’s WrapPanel to create a Silverlight ListBox that displays three colums of data. 

    This feat is difficult in WPF but possible because of the WrapPanel.  Silverlight, however does not have a WrapPanel, that is until the Silverlight Toolkit came along! I show you how to replace the Silvelright ItemsPanel with the Toolkit’s WrapPanel and then tweak your ListBox so that it displays three colums of Data (ListBoxItems).



  • 0 comments  /  posted by  Jan Jelinek  on  Mar 30, 2009 (8 months ago)
    Tags: Silverlight 3 beta 1 , WrapPanel , ListBox , Photo gallery
    Here is one end-to-end tutorial on how to build photo gallery using Silverlight 3 new control WrapPanel as a ItemPanel for ListBox.
  • 0 comments  /  posted by  Silverlight Show  on  Jan 20, 2009 (10 months ago)

    Michael S. Scherotter explains how to use Silverlight Toolkit WrapPanel in your Listbox.

    Michael: “One of the great components of the Silverlight Toolkit is a WrapPanel that “Positions child elements in sequential position from left to right, breaking content to the next line at the edge of the containing box.”  I wanted to see if I could adapt a Listbox to use the WrapPanel instead of its default vertical StackPanel.  It turns out that all I have to do is change the ItemsPanelTemplate to use the WrapPanel.”
  • Silverlight News for December 04, 2008

    0 comments  /  posted by  Silverlight Show  on  Dec 04, 2008 (more than a year ago)
    Tags: Visual WebGui SDK version 6.2.2 , Moonlight 1.0 , GridSplitter , Application Corner , Wrap Panel , synchronous animations , Error Logging in Silverlight 2 with IIS and the Isolated Storage , image transition effect , partial classes

    Many thanks to Miguel de Icaza and his team who gave birth to the first beta release of Moonlight 1.0 (the Linux implementation of Silverlight)! You may check the Moonlight roadmap for more details or go and try some of the sites tests that were used to test Moonlight.

    Visual WebGui SDK version 6.2.2 is now released. It provides compatibility to MS Silverlight RC0/RTW, supports development and deployment of web applications with the latest Silverlight technology and includes the Visual WebGui WinForms-like designer. Go and download it now!

    Ofir Shemesh has made a better version of his ExtendedGridSplitter in his project “GridSplitter with a collapse button (V2)“. It works in both horizontal and vertical placement. In the post you can also find demo and source to the project and a link to a post about animating Grid columns & rows.

    Jacek Ciereszko wants to improve installation experience in Silverlight 2.0. According to him in order to change installation process, you have to create and show the users your own “install plug-in” image. Jacek makes two versions – one for html files and one for aspx files.

    Tim Heuer announced that The Silverlight Application Corner has been just added to the Silverlight community site. The goal of the Application Corner is to demonstrate various different types of line-of-business applications and techniques. Isn’t that an amazing new!?

    Jesse Liberty has a post dedicated to the Wrap Panel. He generates programmatically a source of numerous controls which are needed to play with WrapPanel. Take a look at what Jesse has done.

    Ronnie Saurenmann from Swiss MSDN Team wrote the article “Error Logging in Silverlight 2 with IIS and the Isolated Storage”. He made a small sample project with a class library that you can use in your own applications. The full source code is attached to the project.

    After a month with no new image transition effec posted, Terence Tsang finally has one. And it’s on Christmas themes :)

    Gerard Leblanc explains how to simulate synchronous animations. He achieves a really satisfying effect. The project has source code as usual.

  • 0 comments  /  posted by  Matt Perdeck  on  Jul 23, 2008 (more than a year ago)

    Note: This article is submitted by Matt Perdeck for Silverlight Contest: Write and Win.Thanks a lot, Matt! Hello All, Please drop a comment if you like it.

    Reusable code to do narrow data columns with navigation buttons, such as address lists.

    Download Source code

    Contents

    • Introduction
    • Requirements
    • Installation
    • TallColumns Project
    • TallColumnsManager Project
    • Db Project
    • WrapPanel Project
    • GroupHeader Project

    Introduction

    When it comes to presenting data, there is a lot of emphasis on grids that present data in a single wide column, showing lots of fields horizontally.

    However, some data tend to be presented in narrow columns, such as address lists and book indices...