xaml list controls

Post on 22-Feb-2016

92 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

XAML list controls. Terry Adams XAML Controls Development Lead 3-131. Agenda. Windows 8 personality List scenarios for Windows 8 Overview of list controls Advanced features. Need ListView Picture. List scenarios for Windows 8. Displaying a list or grid of items - PowerPoint PPT Presentation

TRANSCRIPT

XAML list controls

Terry AdamsXAML Controls Development Lead3-131

Agenda

Windows 8 personalityList scenarios for Windows 8Overview of list controlsAdvanced features

Need ListView Picture

List scenarios for Windows 8

Displaying a list or grid of itemsSingle or multiple selectionReordering items in a list or gridDrag-and-drop functionalityGroupingNavigating large lists of itemsViewing items one at a time

Adding a GridViewAdding a header

Creating a GridView app

Grouping

Templating and styling groups - Layout <GridView.ItemsPanel/>

Panel for top-level groups

Templating and styling groups - Layout <GridView.GroupStyle.Panel/>

Panel for group items

Templating and styling groups - Header <GridView.GroupStyle.HeaderTemplate/>

Template for group headers

Templating and styling groups – Group item <GridView.GroupStyle.ContainerStyle/>

Template for group itemContentPresenter

ItemsControl

Setting up group panelsAdding a header

Adding grouping

Variable-Sized Items

1x1

1x1

1x1

1x1

1x1

1x1

3x2 3x2

Demo

Adding items of varying sizes

What is Semantic Zoom?

Semantic Zoom

Demo

Adding Semantic Zoom

© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

top related