Today I wrote a bit of code that will set a webpart to use up all available height in a SharePoint page.
- If required, convert the page to a Blank WebPart Page or any other type that allows multiple webparts.
- Add a Script Editor web part with the code below, changing the elementID passed into SvdSetElementFullHeight with your element's ID attribute.