WrapPanel and first line

I have items wrapped in a wrapper panel. I want to move the first row of elements by some offset.

Is it possible?

thank

0


source to share


1 answer


Try setting the Margin property of your WrapPanel ...

Margin = "0, 5, 0, 0" (left, top, right, bottom)



NTN

+1


source







All Articles