Android Question [B4X] [XUI] AS SelectionList with custom icons

wimpie3

Well-Known Member
Licensed User
Longtime User
I suppose something like this isn't possible with AS_SelectionList?

1742295705881.png
 

Alexander Stolte

Expert
Licensed User
Longtime User
I suppose something like this isn't possible with AS_SelectionList?
not without an update ;)

1742297178045.png


B4X:
    AS_SelectionList1.CheckItemProperties.CheckedIcon = Chr(0xE834)
    AS_SelectionList1.CheckItemProperties.UncheckIcon = Chr(0xE835)
    AS_SelectionList1.CheckItemProperties.SelectedTextColor = xui.Color_ARGB(255,29, 138, 237)
 

Attachments

  • AS_SelectionList.b4xlib
    12 KB · Views: 21
Upvote 0
Top