Situ LLC Active Member Licensed User Oct 17, 2019 #1 Hi, How to change the background color pijama effect of the B4XTable for a custom color
DonManfred Expert Licensed User Longtime User Oct 18, 2019 #2 What about these Designerproperties? #DesignerProperty: Key: EvenRowColor, DisplayName: Even Row Color, FieldType: Color, DefaultValue: 0xFFFFFFFF #DesignerProperty: Key: OddRowColor, DisplayName: Odd Row Color, FieldType: Color, DefaultValue: #FFEAEAEA Click to expand... Or did i misunderstood the question? Last edited: Oct 18, 2019 Upvote 0
What about these Designerproperties? #DesignerProperty: Key: EvenRowColor, DisplayName: Even Row Color, FieldType: Color, DefaultValue: 0xFFFFFFFF #DesignerProperty: Key: OddRowColor, DisplayName: Odd Row Color, FieldType: Color, DefaultValue: #FFEAEAEA Click to expand... Or did i misunderstood the question?