C++Builder Tips: Show last line of ListBoxWhen adding items to a ListBox, there comes a time that the last added item is not visible anymore.
ListBox1->TopIndex = ListBox1->Items->Count - 1; |
![]() |
C++ Builder Tutorials |
C++Builder Tips: Show last line of ListBoxWhen adding items to a ListBox, there comes a time that the last added item is not visible anymore.
ListBox1->TopIndex = ListBox1->Items->Count - 1; |