Adding controls and content (Windows Store apps using C#/VB/C++ and XAML)

Language: JavaScript and HTML | VB/C#/C++ and XAML
2 out of 3 rated this helpful - Rate this topic

Just about every app needs controls, such as buttons, check boxes, and drop-down lists. Windows Store apps built for Windows using C++, C#, or Visual Basic provide a rich assortment of controls that you can use to create the UI for your app.

The topics in this section describe how to use and style these controls.

In this section

TopicDescription

Quickstart: Adding controls and handling events

Describes how to add controls and handle their events in Windows Store apps using C++, C#, or Visual Basic.

Quickstart: Styling controls

Describes how to create custom styles to change the appearance of XAML controls.

Quickstart: Control templates

Describes how to change the visual structure and behavior of XAML controls.

Controls list

Provides an alphabetical list of some of the controls that you can use in Windows Store apps using C++, C#, or Visual Basic.

Controls by function

Provides a list by function of some of the controls that you can use in Windows Store apps using C++, C#, or Visual Basic.

Displaying and editing text

Provides information on displaying and editing text.

Displaying images, graphics, and thumbnails

The topics in this section get you started with displaying graphics.

Adding app bars

Use app bars to present navigation, commands, and tools to users.

Adding buttons

Use a button control to let users commit a command, like submitting or resetting a form. The topics in this section describe how to create and use buttons.

Adding selection controls

Selection controls let users select between multiple options.

Adding progress controls

Describes how to create and use progress controls, a control that graphically represents ongoing activity or the progress of a task.

Adding tooltips

A tooltip is a short description that is linked to another control or object. Tooltips help users understand unknown or unfamiliar objects that aren't described directly in the UI. They display automatically when the user presses and holds, or hovers the mouse pointer over a control. The tooltip disappears when the user moves his or her finger or the mouse pointer. The contents of the tooltip can be text or an image but is not interactive.

Adding ListView, SemanticZoom, and other data controls

Most applications manipulate and display sets of data, such as a gallery of images or a set of email messages. The XAMLUI framework for Windows Store apps provides several controls that make it easy to display and manipulate data. The topics in this section describe these data and presentation controls: FlipView, ListView, GridView, and SemanticZoom.

Adding layout controls

Learn how to create and use layout controls to arrange elements of your app UI.

 

Related topics

Roadmap for creating apps using C#, C++, or VB

 

 

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.