scrollbarSize

fnint scrollbarSize() nothrow @nogc @trusted

Gets the default scrollbar width in pixels.

Returns

Scrollbar width in pixels

Example:

auto size = scrollbarSize();
writeln("Scrollbar width: ", size);