Android Question MLComboBox open list last items are not shown

mbatgr

Active Member
Licensed User
Longtime User
Dear colleagues

I just try to use combo boxes in my little app.
I have done pretty well however there is a problem that it is unexpected
In the...

Public Sub DropOpen

is stated that it....

'Opens the dropdown list. Can be used for Menu key press.
'Self adjusts for the Activity height so the drop down does not go past the bottom of the screen.
'Also resizes itself for long lists.

However this is not happened and as the result the last items are impossible to be choosen (out of screen).
Is there any fix or suggestions about?
regards
mike
 
Top