c# - WinRT XAML GridView not limited by RowHeight -
my page layout goes this:
i have maingrid defined this:
<grid.rowdefinitions> <rowdefinition height="100" /> <rowdefinition height="*" /> <rowdefinition height="75" /> </grid.rowdefinitions>
i have header, footer, , main content.
i have gridview in main content, middle row. gridview not have height declaration. when view page, gridview spills it's content beyond viewable area.
my understand should limited above row definitions. missing here?
c# xaml gridview windows-runtime
No comments:
Post a Comment