by John Zolezzi
StackLayout3D provides a quick method of laying out items in a stack similar to StackPanel. To use this layout, set the ItemsControl3D’s Layout property to an instance of StackLayout3D. (see doc included in .zip)
StackLayout3D has properties to control which direction of the stack and additional padding between each item in the stack.