Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic .NET only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
Visual Basic .NET
How to sort items in a listbox without using the sort property?
How to sort items in a listbox without using the sort property?
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
annroy
New Member
Join Date:
Feb 2014
Posts:
1
#1
How to sort items in a listbox without using the sort property?
Feb 19 '14, 07:49 AM
how to sort items in a listbox without using the sort property in vb.net?
Luk3r
Contributor
Join Date:
Jan 2014
Posts:
300
#2
Feb 19 '14, 06:41 PM
I'm not sure why you wouldn't use the sort property but there are a couple of ways..
1) Listbox.Sorted = True
2) Read all listbox items, write them to a list, sort the list, read the list, and then write the list back to the listbox
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment