Allow CommandBar to expand and show command labels (#594)
authorE.Z. Hart <hartez@users.noreply.github.com>
Fri, 2 Dec 2016 20:48:42 +0000 (13:48 -0700)
committerRui Marinho <me@ruimarinho.net>
Fri, 2 Dec 2016 20:48:42 +0000 (20:48 +0000)
commit4df66d139f8128486b3e34e1c206413abd1babd5
tree3a7e1581240872ce3fff0559524cc6092d45014f
parentbadc701871a1190d6acb3495d3cefa93cff810c5
Allow CommandBar to expand and show command labels (#594)

* Allow CommandBar to expand and show command labels
Consolidate command bar placement code

* Make title text wrapping consistent between NavigationPage and MasterDetailPage

* Align toolbar/navigation bar behavior with other platforms
13 files changed:
.nuspec/Xamarin.Forms.nuspec
Xamarin.Forms.Controls/GalleryPages/PlatformSpecificsGalleries/NavigationPageWindows.cs
Xamarin.Forms.Platform.UAP/FormsCommandBar.cs
Xamarin.Forms.Platform.UAP/FormsCommandBarStyle.xaml [new file with mode: 0644]
Xamarin.Forms.Platform.UAP/MasterDetailControl.cs
Xamarin.Forms.Platform.UAP/MasterDetailControlStyle.xaml
Xamarin.Forms.Platform.UAP/PageControlStyle.xaml
Xamarin.Forms.Platform.UAP/Resources.xaml
Xamarin.Forms.Platform.UAP/TabbedPageStyle.xaml
Xamarin.Forms.Platform.UAP/ToolbarPlacementHelper.cs
Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj
Xamarin.Forms.Platform.WinRT.Phone/FormsPivot.cs
Xamarin.Forms.Platform.WinRT/PageControl.xaml.cs