I am new to WPF and Windows Store App development. I need to create a 'form' like UI for printers that is invoked via 'more settings' . For this purpose, I need to use something like a spin control. In the system print charm in Win8, I see a +-
control that is used to indicate the number of copies the printer must print. Can somebody tell me if this control is available to developers via WPF? I know we don't have the spin control available as is.
Steps:
Open a print capable application, say IE in metro.
Press ctrl + P and select any driver.
Here there is a control with a text area and '+' and '-' sign that I am talking about.
