I would like style my ScrollViewer (background, arrows...) What is the easiest way to do that?
Has someone a couple of good and simply examples for this?
(the article from sachabarber know it, but for my purposes too complex)
I would like style my ScrollViewer (background, arrows...) What is the easiest way to do that?
Has someone a couple of good and simply examples for this?
(the article from sachabarber know it, but for my purposes too complex)
Actually, the easiest way would be to have Expression Blend and edit the ScrollViewer styles with the Blend GUI designer.
That being said, I as a programmer would stil prefer to style it by hand, as in the article by Sacha Barber.