vscrollable

Create a new scrollable node.

@safe
alias vscrollable(alias T) = simpleConstructor!(ApplyRight!(ScrollFrame, "false"), T)

Meta