T Tony Tetley Member Licensed User Longtime User Wednesday at 9:43 PM #1 I cannot find a way to change the size of the vertical size of the items in the drop list so they are closer together. I don't see any options in the designer or properties for the ComboBox. Suggestions?
I cannot find a way to change the size of the vertical size of the items in the drop list so they are closer together. I don't see any options in the designer or properties for the ComboBox. Suggestions?
LucaMs Expert Licensed User Longtime User Yesterday at 12:48 AM #2 In B4A, B4XComboBox is a Spinner and you cannot change the height of its items: https://www.b4x.com/android/forum/threads/spinner-item-height.72536/ https://www.b4x.com/android/forum/threads/anyway-to-resize-spinner-item-height.34094/ An alternative could be to use a CustomListView together with a Button. Upvote 0
In B4A, B4XComboBox is a Spinner and you cannot change the height of its items: https://www.b4x.com/android/forum/threads/spinner-item-height.72536/ https://www.b4x.com/android/forum/threads/anyway-to-resize-spinner-item-height.34094/ An alternative could be to use a CustomListView together with a Button.
T Tony Tetley Member Licensed User Longtime User Yesterday at 2:28 PM #3 LucaMs said: In B4A, B4XComboBox is a Spinner and you cannot change the height of its items: https://www.b4x.com/android/forum/threads/spinner-item-height.72536/ https://www.b4x.com/android/forum/threads/anyway-to-resize-spinner-item-height.34094/ An alternative could be to use a CustomListView together with a Button. Click to expand... Thank you. I will take a look at going with a CustomListView. Upvote 0
LucaMs said: In B4A, B4XComboBox is a Spinner and you cannot change the height of its items: https://www.b4x.com/android/forum/threads/spinner-item-height.72536/ https://www.b4x.com/android/forum/threads/anyway-to-resize-spinner-item-height.34094/ An alternative could be to use a CustomListView together with a Button. Click to expand... Thank you. I will take a look at going with a CustomListView.