windows phone 7 - LongListSelector Foreground Color -
have been searching through here no luck, pretty simple problem, on emulator font colors white (which want).
testing on device fonts black now, have managed change setting foreground colors on elements unable on longlistselector through code.
this works me:
longlistselector.background = new solidcolorbrush(colors.transparent);
however has no effect:
longlistselector.foreground = new solidcolorbrush(colors.white);
any other way can attempt set text color on longlistselector?
the reason foreground colors different because of default style. phoneaccentbrush changes based on if "phone" set have white background or black one.
the reason why longlistselector.foreground not working may because phoneaccentbrush set on items inside longlistselector style?
Comments
Post a Comment