B4J Question add materialicons to tableview ?

tufanv

Expert
Licensed User
Longtime User
Hello,

Is it possible to add materialicons to tableview cell ? If it is , how can we do it , I couldnt find a csbuilder as we have in b4a and b4i.

Thanks
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
If you fill the tableview with Labels instead of strings, it will be more likely to change each particular cell with fontawesome and material icons.

I was looking for a way to do it directly to the tableview cell, but did not find any.

May be you could also look to extendedtableview from informatix, it may be better.
 
Upvote 0
Top