OkraFramework / Okra.Core

Okra App Framework - The Okra App Framework is designed to support the development of .Net Windows Store applications, in particular those following the MVVM pattern.
http://okraframework.github.io
Apache License 2.0
10 stars 6 forks source link

Settings panes derived from SettingsFlyout do not support alternative widths #60

Closed Andy-Wilkinson closed 9 years ago

Andy-Wilkinson commented 9 years ago

If you derived your settings pane from SettingsFlyout and assign a non-default Width property then the resulting flyout is still the default size (and the content is clipped). Setting the Width of the SettingsFlyout should also set the width of flyout itself.