Hi,
How can I set the style of a Row per Idiom inside the App.xaml's Resources like this:
<Style x:Key="HeaderRowStyle" TargetType="Row">
<Setter Property="Height" Value="{OnIdiom x:TypeArguments="x:Double" Phone="80" Tablet="120"}" />
</Style>
Thanks,
Jassim

