B4A Library [Class] TableView - Supports tables of any size

klaus

Expert
Licensed User
Longtime User
Is there any way in the existing library where i can use the functionality of multiple row selection?
Be aware that this is not a library but a Class.
The class in this thread is an 'old' one.
You find the more recent one in the Flexible Table thread, which has a multi select mode..
 

advansis

Active Member
Licensed User
Longtime User
I didn't find any function to set a single column text, I simply wrote it. If you like, please add it to your shared code:

B4X:
public Sub SetHeaderName (Col As Int, Text As String)
    Dim L As Label=Header.GetView(Col)
    L.Text=Text
End Sub
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…