Reputation: 445
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
Reputation: 27055
Try setting the Margin property of your WrapPanel...
Margin="0, 5, 0 ,0" (Left, Top, Right, Bottom)
HTH
Upvotes: 1