timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

Settings Flyout Template issues #31

Closed stefanolson closed 12 years ago

stefanolson commented 12 years ago

Grid containing the actual settings panel content should have a vertical alignment of Stretch, rather than top. The template uses a ContentControl rather than a ContentPresenter.

AButler commented 12 years ago

@timheuer

The Grid that contains the ContentPresenter still has a HorizontalAlignment="Left" which makes placing controls that are full width in the SettingsFlyout a bit tricky. Can I suggest this is changed to HorizontalAlignment="Stretch" or even HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"?