In WPF, if I want to make some sort of custom control (which I do a lot, for
modularity's sake, even if the control is only used in one place), I most
often subclass UserControl, which is a boring class that has a single
Content element.  What's the corresponding thing in Pivot?

Reply via email to