silverlight 4.0 - How to change the scroll bar color in windows phone 7 -


please tell me 1 how can change scroll bar color in windows phone 7 , want customize scroll bar in windows phone 7.

have tried using "background property in xaml code scroll bar lies?

try this:

<scrollbar background="green" horizontalalignment="left" margin="299,144,0,0" verticalalignment="top"/> 

don't use whole thing want take should have line of xaml code similar enter background property did. hope more clear.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -