this works:
vb.net Code:
ListBox1.Items.Add("new item") Dim maxItems As Integer = ListBox1.Height \ ListBox1.GetItemHeight(0) ListBox1.TopIndex = ListBox1.Items.Count - maxItems
|
Results 1 to 14 of 14
Thread: [RESOLVED] ListBox questionThreaded View
|
Click Here to Expand Forum to Full Width |