B4A Library [B4X] XUI Views - Cross platform views and dialogs

Status
Not open for further replies.

Erel

B4X founder
Staff member
Licensed User
Longtime User
V1.87 - B4XListTemplate - support for multi-selection. New fields:
SelectedItems - Holds the list of selected items. You can also set it to preselect items.
AllowMultiSelection - Enable multi-selection.
MultiSelectionMinimum - Minimum number of selected items required. Default value is 0.

 

Erel

B4X founder
Staff member
Licensed User
Longtime User
V2.10 released with a new BreadCrumb control:



You can set the items with the designer or at runtime:
B4X:
B4XBreadCrumb1.Items = Array("Item 1", "Item 2", "Item 3", "Item 4")

Handle the CrumbClick event:
B4X:
Sub B4XBreadCrumb1_CrumbClick (Crumbs As List)
   'Do whatever you need.
   'And then set the current items:
   B4XBreadCrumb1.Items = Crumbs
End Sub
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…