In Erel’s example on PreferenceDialog the Options feature displays items in the list (cities list), but the screen shows a small number of items. I tried a few ways to increase the height and width, to no avail
I tried these 2 lines of code with no effect:
Thank you
I tried these 2 lines of code with no effect:
B4X:
prefdialog.mBase.Height =500dip 'no effect and no error
prefdialog.CustomListView1.AsView.Height=500dip 'no effect and no error
Thank you