You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Samples/FileAccess/js/js/sample-configuration.js
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -24,18 +24,14 @@
24
24
25
25
functionvalidateFileExistence(){
26
26
Windows.Storage.KnownFolders.getFolderForUserAsync(null/* current user */,Windows.Storage.KnownFolderId.picturesLibrary).then(function(picturesLibrary){
Copy file name to clipboardExpand all lines: Samples/XamlNavigation/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Specifically, this sample shows how to:
11
11
12
12
-**Utilize a SplitView control:** The SplitView is a control with two content areas: the Pane and the Content. The Pane can be opened or closed. Using the DisplayMode property the app can switch the Pane to Overlay the Content or appear Inline. When the available space is constrained the Pane can be put into a CompactOverlay or CompactInline mode where it provides a visual hint to the user.
13
13
-**Customize a ListView to present menu items with a single-selection experience:** This uses a ListView to present the default visuals for the menu items and customizes the keyboarding behavior to provide a single selection model where up/down/tab/shift+tab moves through each item and 'Enter' and 'Space' select the item.
14
+
-**Position the CommandBar based on the screen size:** This sample moves the CommandBar to the bottom on screens less than seven inches diagonal.
14
15
15
16
**Note** The Windows universal samples require Visual Studio 2015 to build and Windows 10 to execute.
16
17
@@ -34,11 +35,11 @@ To obtain information about Microsoft Visual Studio 2015 and the tools for devel
0 commit comments