Will tell you an elements `scrollHeight` value

```javascript
myDiv.scrollHeight();
// -> Number
```
