I'm working on an application design where there will be a need to drag and drop custom controls from a pallet of controls into a workspace area of the screen. The controls will not be uniform in size. I'm trying to decide if I should use a Grid or
GridView as the workspace container. I've had some issues using GridView in the past when the GridViewItems varied in size, so that is a concern.
I'm looking for any advice or recommendations.