Whats New In Silverlight 3 - Multi-Select List Box
Posted by: Jesse Liberty - Silverlight Geek,
on 22 Jul 2009 |
View original | Bookmarked: 0 time(s)
n Silverlight 3 the standard ListBox now has a SelectionMode property which is filled from an enumerated constant whose possible values are Single Multiple Extended When setting the SelectionMode Intellisense will display the potential values Creating and using a multi-select list box requires only setting the property and retrieving the values. In the following example...