I use klaus’s clsWheel ver 2.6 in a project where I display a single wheel consisting of a list of close to 50 items imported from a text file in assets. I had to make the below change to the class module to display 20 items. But if I change that to a much larger number, the list font becomes extremely small to a point where it is unreadable. Is there a way to keep the font size the same or enlarge it when lots of items are shown on the screen. I like to achieve almost the same effect as the attached Desired.png screenshot. But I am close with: clsWheelExample081318.png screenshot.
B4X:
Private ItemNb = 20 As Int 'I changed the original from 5 to 20.