How can i make a screen like the Windows 8's own Metro startup screen?
I want to have vertical spaces between draggable areas. (to seperate selectable items by category by default, where user can remix them if they want)
("For example", i want to list vegetables on the left and fruits on the right. but i want users to be able to drag their favorite fruit into the vegetables. I won't be labeling left side as vegetables.. So they can just mix their favorite foods at the left.
I don't want vegetables and fruits touching each other by default = grouping in gridview. Is it possible for developers to make something like this with the currently exposed documentation ?)
I tried to put 2 gridviews inside a stackpanel, i couldn't make drag&drop work between gridviews.