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

Rating control extra padding #75

Closed djdelaney closed 12 years ago

djdelaney commented 12 years ago

The Rating control has extra padding on the left hand side that cannot be removed. When placed inside a StackView or Grid, the control is pushed ~10 units in even when specifying zero padding/margin.

This is visible when running the framework control sample in windows 8 RTM.

timheuer commented 12 years ago

This is actually intentional per the UI designs...however I can make it the default and bindable so it can be overridden.