Hi All
A question on setting the item height in a CustomListView.
I have found several references to "Changing the height of an existing item but requires each item to be independently changed.
In ListView I would do this:
B4X:
AllListView.SingleLineLayout.Label.Height = 40dip...
Is it possible to return the visible cells, like in CustomListView?
Why don't I just use CustomListView? For usability, its going to be very beneficial to use this Draggable TableView (https://www.b4x.com/android/forum/threads/tableview-draggable-items.97952/).
If there's a way to do something...
I wish I could invoke an event from another event, example:
To remove an element from a CustomListView I use the event of this object
B4X:
Sub CustomListView_ItemClick (Index As Int, Value As Object)
CustomListView.RemoveAt (Index)
End Sub
Now my question is how can I invoke this event from...
hello i want help i need to make a CustomListView with multi coulmuns : if not ipad show 2 col else if ipad show 4 col
i am reading this post ( https://www.b4x.com/android/forum/t...-imageviews-and-many-rows.101431/#post-636920 ) but this post not helping me i dont know how to make...
Hi
I am try to use Customlistview with CustomLayoutDialog
but I can not get the list to customlistview
B4X:
Sub addr_Click
Dim dialog2 As CustomLayoutDialog
Dim sf As Object = dialog2.ShowAsync("Find", "", "", "", Null, False)...
Hello
I have converted b4a project to b4i, I transferred modules & convert bal to bil step by step as mentioned here in this forum.
The b4i app is error free in IDE code and remote compiled smoothly.
The problem raised when customlistview.addtextitem called!
Spoiler: error
SignalHandler 11...