How to remove title from Action List

Bernd68

Member
Licensed User
Longtime User
Just saw, that i did post this question in the wrong sub-forum.

therefore here again:

i've implemented the Al Modul and it works very smooth. but now i would like to remove the "title" on top of the ActionList (Choose item)

So i've tried the following


B4X:
    al = ActionListModule.InitializeList(150dip, Null, "Main")

So no text for the Title is shown, which is correct, but the ActionList still holds "an empty part" for the title.

May someone could help to adjust the module, that in case of "No title / Null", the space for the title will be removed too

Tried myself, but still have to learn a lot and could not figure it out.

Regards
Bernd
 

Bernd68

Member
Licensed User
Longtime User
Solved Problem

Hi Erel,

thanks for getting me in the right direction.

I was able to get the title out of the Action List.
Great work !

Cheers Bernd
 
Upvote 0
Top