In the first I would like to set the max to 15 or not the standard 3 items
I do not know if this is the best way to do it or not, but this is how I got it to expand the height of the search list:
In the internal libraries folder there is a file: XUI Views.b4xlib. Rename it to XUI Views.zip and then unzip it somewhere on your PC. You will see a class module called: B4XSearchTemplate.bas. Open it via Notepad ++
Replace this line:
If xui.IsB4A Or xui.IsB4i Then height = 220dip Else height = 300dip
With this line:
If xui.IsB4A Or xui.IsB4i Then height = 600dip Else height = 300dip
You can change the height to other than 600 dip. Then zip it and rename it back to XUI Views.b4xlib and recopy it to the internal libraries folder. Refresh your project.
Again that is what I did and the visible list of item shows a lot more than 3 items. In summary you need to edit the XUI Views.b4xlib library