Closed capcar closed 7 years ago
Generally the best way would be to put a window:resize event on a div around the grid and use that to adjust the property of the grid items. So for instance:
<div id="content-container" (window:resize)="onResize($event)">
</div>
Then use the onResize function to update the grid items accordingly.
Thanks! Brian
ok thanks!
Hi, I insert your application in my project. I have this situation:
I'd like that there isn't white space. For example I want it:
and when I resize the window, I'd like the size of each Itemgrid to be adaptable to size of window, so I do not have the scroll bar. How can I do this?
Thanks