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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -