int scrollbarSize()
Gets the default scrollbar width in pixels.
Example:
auto size = scrollbarSize(); writeln("Scrollbar width: ", size);