(X) Hide this
    • Login
    • Join
      • Say No Bots Generate New Image
        By clicking 'Register' you accept the terms of use .
        Login with Facebook

Search

Go
 
Want better search results?  See our search tips!

Learn


  • 6 comments  /  posted by  Nikolay Raychev  on  Apr 02, 2009 (more than a year ago)
    Tags:   selection , listbox , nikolay-raychev
    In Silverlight 3 you can make multiple selections in a ListBox. You just need to set the SelectionMode parameter: <ListBox Margin="5" x:Name="lbTasks"        ItemsSource="{Binding Tasks, ElementName=MainPageView}"        SelectionMode="Multiple">       <ListBox.ItemTemplate>          <DataTemplate>              <StackPanel Orientation="Horizontal" Margin="2">                   <TextBlock FontWeigh ...
  • 4 comments  /  posted by  Ivan Dragoev  on  Jun 12, 2008 (more than a year ago)
    This article is compatible with the latest version of Silverlight. Introduction In the first article I showed you how to animate ListBox items in Silverlight. Then, to make all the animation the way I wanted, I used some code and hardcoded names of the Storyboards for each state. From Silverlight 2 on and the cool new VisualStateManager the task for adding animation and other effects for each stat ...
See all 3 results


News


  • PhoneListBox Control for Windows Phone

    0 comments  /  posted by  Silverlight Show  on  Mar 02, 2012 (2 weeks ago)
    Read original post by Scott Lovegrove at Windows Phone 7 Nuggets Blog There are a few things I’ve been doing to work around a couple of scenarios when it comes to using the ListBox in Windows Phone. The first is when your ListBox has no items I want it to show something to the user stating there are no items, the other involved limiting the number of items that are enabled based on whether the app ...
  • Laying Out Windows Phone 7 ListBoxes

    0 comments  /  posted by  Silverlight Show  on  Sep 03, 2011 (6 months ago)
    Tags:   windows-phone-7 , listbox , tim-murphy
    Read original post at Tim Murphy's .NET Software Architecture Blog A listbox can be a very boring display surface, but it doesn’t have to be. Ok, so it may never be exciting. At least we can create a more flexible output. The first element you need to learn about his the ItemTemplate which is in turn composed of a DataTemplate. As this combo implies it is bound to each item/data row. We will start ...
See all 9 results


Books

No items found

Showcase

No items found


  • All
  • Learn
  • News
  • Forums
  • Books
  • Showcase