windows runtime - WinRT Metro WrapPanel render issue -
wrappanel
not supported winrt, such using code: http://www.codeproject.com/articles/24141/wrappanel-for-silverlight-2-0
i've found problem using code in grid
. controls rendered in row after place wrappanel
in, render over wrappanel
in same row.
it's though grid
doesn't recognise wrappanel
rendering content , controls in next rows take it's place.
see image example.
any ideas on how resolve this?
seems implementation using doesn't measure size of panel correctly. if size returns measure pass 0 grid rowdefinition height="auto"
create row height of 0, if gets rendered in row isn't clipped - render under content of next row. seems winrt xaml toolkit version of wrappanel ported silverlight toolkit works you. here link else utilize too: http://winrtxamltoolkit.codeplex.com/sourcecontrol/changeset/view/4d568d4e4c6a#winrtxamltoolkit/controls/wrappanel/wrappanel.cs
windows-runtime windows-store-apps winrt-xaml wrappanel
No comments:
Post a Comment