diekus,
I don't know if this helps, but if you look at the source code for the ListBox control (Mix Release), you will see that the SelectionMode enumeration has Multiple and Extended, but they are commented out. I could be wrong, but maybe they are planning on adding support soon? Just a guess
public enum SelectionMode
{
/// <summary>
/// The user can select only one item at a time.
/// </summary>
Single = 0,
// Multiple = 1,
// Extended = 2
}
If this has answered your question, please click on "Mark as Answer" on this post.
Thanks,
Page Brooks, MCSD, MCAD
PageBrooks.com | RSS Feed