I want to change the TextColor of a TextCell in a ListView with CSS styles.
I tried the following, but the color remains unchanged:
MenuPage TextCell {
color: aqua;
textcolor: aqua;
text-color: aqua;
TextColor: aqua;
}
I want to change the TextColor of a TextCell in a ListView with CSS styles.
I tried the following, but the color remains unchanged:
MenuPage TextCell {
color: aqua;
textcolor: aqua;
text-color: aqua;
TextColor: aqua;
}
Copyright © 2021 Jogjafile Inc.
I've had no luck with TextCell. But if you can make it a Label in a ViewCell:
then you can style it with CSS: