I have items wrapped in wrap panel. I want to move first line of items down by some offset.
Is it possible?
Thanks
I have items wrapped in wrap panel. I want to move first line of items down by some offset.
Is it possible?
Thanks
Try setting the Margin property of your WrapPanel...
Margin="0, 5, 0 ,0" (Left, Top, Right, Bottom)
HTH