winrt xaml - Windows Phone 8.1 UIElement size limitation -
winrt xaml - Windows Phone 8.1 UIElement size limitation -
on windows phone silverlight 8 maximum uielement size 2048x2048.
does limitation still exist on wp 8.1 windows runtime xaml?
no.
<scrollviewer> <grid width="150" height="40000" background="green" margin="20"></grid> </scrollviewer>
it's works!
winrt-xaml windows-phone-8.1
Comments
Post a Comment