I've had a dig around to try and find a solution where a ListBox height is being changed dynamically to allow up to 20 rows to show when items are added to the ListBox.
When more than 20 items are added, the scrollbar appears but the last item cannot be scrolled to.
Strangely, when the process to save the ListBox items is executed and then the items retrieved, the scroll bar allows the user to scroll to see all the items.
I have seen many suggested solutions but none that provide a 'proper' and confirmed solution. I'd rather not force this through adding blanks rows, etc and would prefer a defined solution that is if anyone knows of one!
TIA
When more than 20 items are added, the scrollbar appears but the last item cannot be scrolled to.
Strangely, when the process to save the ListBox items is executed and then the items retrieved, the scroll bar allows the user to scroll to see all the items.
I have seen many suggested solutions but none that provide a 'proper' and confirmed solution. I'd rather not force this through adding blanks rows, etc and would prefer a defined solution that is if anyone knows of one!
TIA