Does WinRT allow changing the width of a Flyout ?
I stumbled upon this query, when I was trying to modify the Flyout's size. I have a Flyout
<div class="customflyout" data-win-control="WinJS.UI.Flyout"/>
and have included the following css.
.customflyout {
width:80%;
height:20%;
}
while, any value provided to height is respected, the width attribute is simply omitted. Is this expected ?