This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using Xamarin.Forms; | |
using System.Collections.ObjectModel; | |
using System.Threading.Tasks; | |
namespace LoadMoreBottom | |
{ | |
public class App : Application | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Existing commands that used to be 'pane:split-*' | |
'pane:split-left-and-copy-active-item' | |
'pane:split-right-and-copy-active-item' | |
'pane:split-up-and-copy-active-item' | |
'pane:split-down-and-copy-active-item' | |
// New commands to create splits | |
'pane:split-left' | |
'pane:split-right' | |
'pane:split-up' |