ListBox.TopIndex...
C#
2
Posts
1
Posters
0
Views
1
Watching
-
I'm using a ListBox without the scrollbar and I want to have a visual indicator to show that there is more item on the top or on the bottom of the ListBox. For the top I use TopIndex, but for the bottom ? BottomIndex doesn't exist. So, how to know the last visible index of a listbox ? Thanks
-
I'm using a ListBox without the scrollbar and I want to have a visual indicator to show that there is more item on the top or on the bottom of the ListBox. For the top I use TopIndex, but for the bottom ? BottomIndex doesn't exist. So, how to know the last visible index of a listbox ? Thanks