In Xcode, when you specify a UITableViewCell as having a Custom style in the storyboard, to drag subview elements (labels, images and so on) directly onto the Table View Cell. With Xamarin Studio, however, I can't figure out how to accomplish the same task. When I try to drop a control onto the view, it gets attached to the Table View and not the Table View Cell.
Obviously, I'd rather specify the custom layout visually rather than procedurally, (or more specifically have the choice).
Am I missing something or is this not something that's (currently?) possible in Xamarin Studio?