Dusan Kocurek
Dusan Kocurek

Reputation: 445

WrapPanel and first line

I have items wrapped in wrap panel. I want to move first line of items down by some offset.

Is it possible?

Thanks

Upvotes: 0

Views: 511

Answers (1)

Arcturus
Arcturus

Reputation: 27055

Try setting the Margin property of your WrapPanel...

Margin="0, 5, 0 ,0" (Left, Top, Right, Bottom)

HTH

Upvotes: 1

Related Questions