Will tell you an elements `scrollWidth` value

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