Sign in
|
Join
|
Help
in
Current Tags
Ged Mead's Blog
Blogs
(Entire Site)
vbCity Blogs
New (temp) place for vbCity Blogs
Home
Blogs
Media
This Blog
Home
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Sorting and Grouping Items in a WPF ListBox - Part 2
Sorting Arrays
Tags
.NET
Animation
Brushes
Commands
ControlTemplate
DataBinding
DataTemplate
ElementHost
Gradient
Interop
LinearGradientBrush
ListView
ProgressBar
ProgressBarBrushConverter
Resources
Sort
TreeView
ValueConverter
VB.NET
Visual Basic
Visual Basic DataBinding
Visual Basic WPF
Visual Basic.NET
WPF
XAML
Archives
November 2009 (7)
October 2009 (3)
September 2009 (10)
August 2009 (3)
July 2009 (6)
June 2009 (5)
March 2009 (5)
January 2009 (3)
December 2008 (4)
Ged Mead's Blog
Browse by Tags
All Tags
»
Sort
(
RSS
)
Array
DataBinding
Group
ListBox
Visual Basic
WPF
Sorting and Grouping Items in a WPF ListBox - Part 2
Introduction In the first part , I outlined the sample application and said that it: will create a collection of Person objects and databind them to a ListBox. will use very simple DataTemplates to format two properties of the Person class - FullName...
Posted
Sep 27 2009, 11:13 AM
by
XTab
with | with
no comments
Filed under:
WPF
,
Visual Basic
,
Sort
,
DataBinding
,
ListBox
,
Group
Sorting Arrays
Sorting a single array is a simple task. You just run the Shared Sort method on the array: Dim arCustomers() As String = { "Williams" , "Brown" , "Smith" , "Jones" , "Green" } Array.Sort(arCustomers) For...
Posted
Jul 06 2009, 08:22 AM
by
XTab
with | with
3 comment(s)
Filed under:
Visual Basic
,
Sort
,
Array
Copyright 1998-2009 vbCity.com LLC