Question

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

Is it possible?

Thanks

Was it helpful?

Solution

Try setting the Margin property of your WrapPanel...

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

HTH

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top