|
-
Nov 3rd, 2000, 04:11 AM
#1
Thread Starter
Member
how can i get my listbox to scroll down as data is put into it. I.E so that the last line of data entered is always shown
-
Nov 3rd, 2000, 04:38 AM
#2
Member
List.AddItem NewItem
List.TopIndex = List.NewIndex
-
Nov 3rd, 2000, 04:45 AM
#3
Thread Starter
Member
eeehh sorry
cant get it to work
list1.additem mychar5
list1.topindex1 = list1.newindex
-
Nov 3rd, 2000, 04:59 AM
#4
Lively Member
Code:
List1.AddItem ("Whatever")
List1.ListIndex = List1.ListCount - 1
-
Nov 3rd, 2000, 05:00 AM
#5
Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|