Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
980
WebGrid Columns Width
posted

Hi all,

 

I have the webgrid(ColumnWidth="*") placed inside a <Grid> , which is placed in a Border(HorizontalAlignment="Stretch" VerticalAlignment="Top"), that is presented as a page inside <navigation:Frame>

 

Now, with this situation, everything is perfect, the grid column widths are resized to fit the page width;

However, if I add a scrollview control that contains the <navigation:Frame>, the column widths are not changed at all! Even if I hardcode the ColumnWidth property of the grid;

 

How can I solve this?