schimanski Well-Known Member Licensed User Longtime User Jul 6, 2015 #1 How can I change the items background color of the expanded tableview?. I have seen the code to change it in a simple tableview, but I can't get it with the expandedTableView. Thanks for help... Last edited: Jul 7, 2015
How can I change the items background color of the expanded tableview?. I have seen the code to change it in a simple tableview, but I can't get it with the expandedTableView. Thanks for help...
Erel B4X founder Staff member Licensed User Longtime User Jul 7, 2015 #2 CreateCustomCell sub creates a panel with the Click button. You need to instead create a panel that covers the whole item and set its color. Upvote 0
CreateCustomCell sub creates a panel with the Click button. You need to instead create a panel that covers the whole item and set its color.